![]() |
CalcMySky
v0.3.1
|
Several packages are required to build CalcMySky.
On Ubuntu 20.04 they can be installed by the following command:
On Fedora 35 the command is
To fetch and build CalcMySky, in a terminal issue the following commands, changing the number in -DQT_VERSION=5 option to 6 if you're using Qt6:
To install (by default into /usr/local), issue
WARNING: these instructions haven't been tested. The actual Windows builds were done via AppVeyor, using .appveyor.yml script in the root of the CalcMySky source tree.
The following instructions assume that the required packages are installed as follows:
cmake.exe executable is accesible via the %PATH% environment variable;%QT_BASEDIR% environment variable (there should exist %QT_BASEDIR%\bin directory);C:/glm;C:/eigen (there should exist C:/eigen/share/eigen3/cmake directory).In the terminal cd into the directory with CalcMySky unarchived, and run the following commands, changing the number in -DQT_VERSION=6 option to 5 if you're using Qt5:
The output of these commands is the install/CalcMySky directory in the source tree.
Several packages are required to build CalcMySky. They can be installed using HomeBrew by the following command:
To fetch and build CalcMySky, in a terminal issue the following commands, changing the number in qtVer=6 option to 5 if you're using Qt5:
To install, issue
This will install into the path specified by -DCMAKE_INSTALL_PREFIX=... option above.
1.8.15