Download
Stable (Version 6.0.5)
| Platform | Type | Stable: 6.0.5 |
|---|---|---|
| Windows | Installer | Maitreya-winsetup-6.0.5.exe |
| Ubuntu Linux | Debian package/i386 | maitreya_6.0.5_i386.deb |
| Ubuntu Linux | Debian package/amd64 | maitreya_6.0.5_amd64.deb |
| Fedora Linux | RPM package/i686 | maitreya-6.0.5-1.fc15.i386.rpm |
| All | Source code | maitreya-6.0.5.tar.bz2 |
| All | Source code | maitreya-6.0.5.tar.gz |
| All | Source code | maitreya-6.0.5.zip |
Unstable (Version 6.1dev2)
This is a test release for Mac OS X.
| Platform | Type | Stable: 6.1dev2 |
|---|---|---|
| Max OS X | Disk Image | maitreya-6.1dev2.dmg |
| All | Source code | maitreya-6.1dev2.tar.bz2 |
| All | Source code | maitreya-6.1dev2.tar.gz |
| All | Source code | maitreya-6.1dev2.zip |
Remarks
- The Download Page on Sourceforge.net contains a complete list of all releases.
- Read the Charset Howto if the fonts are not okay (e.g. Latin letters in chart wheel) .
Installation on Windows Systems
Installation can be done as follows
- Download the Windows Installer (see above).
- Start the installer from the download dialog or open the download directory in Windows Explorer and double click the installer.
- Follow the instructions.
Installation on Ubuntu and other Debian Based Systems
Download the Debian package (*.deb). Open the download directory in a file manager (e.g. Nautilus) and double click the downloaded package. Click the install button.The startup icon can be found in the application menu (Accessories).
Alternatively, open a console window, change to the download directory and enter the following commands.
sudo dpkg -i maitreya_xyz.deb
sudo apt-get -f install
sudo apt-get -f install
Installation on Fedora and other RPM based Systems
Is similar to Ubuntu installation described above.Manual installation can be done as root with the following command.
# rpm -i maitreya-xyz.rpm
Installation on MacOS X
Open the disk image in the Finder. Install the True Type font. Start the program.
Source Code Compilation
The compilation of the sources can be done with configure and make.The program depends upon wxWidgets 2.8 (headers and libraries), the corresponding packages must be installed. The fontconfig package is required, too.
The following command can be pasted to the console on Ubuntu:
sudo apt-get install libwxbase2.8-0 libwxbase2.8-dev libwxgtk2.8-0 libwxgtk2.8-dev wx2.8-headers wx2.8-i18n libfontconfig1-dev
A good step by step instruction can be found at http://makegadgetswork.blogspot.com/2010/03/install-maitreya-vedic-astrology_22.html.
The Installation HowTo contains more information about compilation.
Subversion Access for Developers
Read the Subversion HowTo.