weive 写了:这个是什么软件?你把安装说明贴上来,并不是所有人都会去下载一个自己不想要的软件。
谢谢你的提醒.这是一个专业的占星软件.
详细说明如下:
1. Installation on UNIX-like systems
====================================
The distribution is based on automake, so the traditional configure/make
should be sufficient on most systems.
The compilation should work on most UNIX or Linux Systems. The program is
known to compile on systems like Redhat Linux, Debian, SuSE and FreeBSD.
Prerequisites
-------------
You must have installed wxWindows including the headers. We recommend version 2.8, but 2.6 and 2.7 are still supported.
Configuration dialog on 2.6 is quite ugly but works.
Most platforms provide ready-to-use prebuild packages.
Example list for wx 2.8 installation on Ubuntu Feisty is
* libwxbase2.8-0
* libwxbase2.8-dev
* libwxgtk2.8-0
* wx2.8-headers
Most platforms have only 2 or 3 required packages. We recommend UNICODE packages if
your platform provides ansi and unicode versions of the software.
If not mentioned, unicode will be most likely the default.
You can also compile wx from source code, see
http://www.wxWindows.org.
configure
---------
Let's assume that you installed wxWidgets.
Default installation directory is /usr/local/maitreya.
If you want to change this type
./configure --prefix=<directory>
where <directory> could be something like '/usr' or '/opt'. All will be installed under
/usr/maitreya or /opt/maitreya etc.
ALL the data are installed under $(prefix)/maitreya.
So there's nothing under /usr/local/share/icons, etc. Only a link from
/usr/local/bin/maitreya to the main binary will be created.
prefix is /opt).
The wx-config script is essential for the platform dependent compiler switches.
configure must find it, otherwise there's no chance to compile the program
well. wx-config is searched in various standard directories. If configure
doesn't find your wx-config, start configure with the option
--with-wx-config-dir=<directory>
The resulting executable (src/gui/maitreya) will be quite big. You can strip if you don't
want debugging informations (strip src/gui/maitreya).
Please read the font installation note after compilation. The font "MaitreyaSymbols.ttf" from
the directory "src/fonts" must be installed onto your system.
- End of *nix notes