| File | Date | Author | Commit |
|---|---|---|---|
| astroprocessor | 2014-06-30 |
|
[bcba9c] created Details panel; interface changes |
| bin | 2014-06-30 |
|
[0c815e] 0.7.1 release. |
| chart | 2014-06-30 |
|
[bcba9c] created Details panel; interface changes |
| details | 2014-06-30 |
|
[bcba9c] created Details panel; interface changes |
| fileeditor | 2014-05-25 |
|
[f890bb] yet another fixes |
| nsis | 2014-06-30 |
|
[0c815e] 0.7.1 release. |
| plain | 2014-04-30 |
|
[f608b2] continue working on synastry view |
| planets | 2014-06-30 |
|
[bcba9c] created Details panel; interface changes |
| swe | 2014-04-04 |
|
[e3c845] reorganized projects; added new build instructi... |
| zodiac | 2014-06-30 |
|
[513d7e] 0.7.1 release. |
| .gitignore | 2014-06-30 |
|
[0c815e] 0.7.1 release. |
| LICENSE | 2014-03-24 |
|
[f43f59] Initial commit |
| README.md | 2014-06-30 |
|
[0c815e] 0.7.1 release. |
| all.pro | 2014-06-30 |
|
[bcba9c] created Details panel; interface changes |
Zodiac is an Astrological software for personal use.
Download the latest version: Windows | Linux64
`Zodiac project consists of following parts:
zodiac - front-end application with tab interface and user-defined files management;astroprocessor - library with classes for astrological calculations and settings management;swe - Swiss Ephemeris Library. Provides positions of planets, houses etc;chart - library for making natal chart;plain - library for making simple text view of horoscope;planets - library for making planets viewer;details - library for displaying planet properties;fileeditor - library for editing horoscope data.Requirement: Qt > 4.8 (works in Qt 4.8.2 and in Qt 5.3 as well).
This method will produce a single executable file with integrated project libraries.
Open zodiac/zodiac_bundle.pro in Qt Creator, select a build configuration (Debug or Release) then build (Ctrl+B).
Open all.pro in Qt Creator, and build it as usual. It will produce a main executable (zodiac) with a few dynamic libraries.
This is a variation of 'method 2' that supposes manual building of all subprojects.
Open projects in QtCreator and build them manually in the following order:
1. swe/swe.pro
2. astroprocessor/astroprocessor.pro
3. chart/chart.pro
fileeditor/fileeditor.pro
plain/plain.pro
planets/planets.pro
planets/details.pro
4. zodiac/zodiac.pro
To run application on Windows after build, put following Qt libraries into app directory:
imageformats/qgif.dll
imageformats/qico.dll
imageformats/qjpeg.dll
platforms/qwindows.dll
In Qt 5.2, they are located in C:\Qt\5.2.1\mingw48_32\plugins.
For more information, visit