- CMake (version 3 or above)
- C++11 compliant compiler, e.g. g++, clang.
# Assumes you're in the SimplePracticalAstronomy directory.
cd build
# Create Makefile
cmake ..
# Build
make clean
make all
# Assumes you are in the build/ directory already
./spa_unit_test