This is a simple program demonstrating how to use the Boost C++ libraries to perform integration of the Circular Restricted Three Body Problem (CRTPB) equations of motion.
The only dependency for this program is libboost >= 1.71
.
Building requires the meson
build system and is done via the commands:
meson build
meson compile -C build
Then the tests can be run via
cd ./build
ninja test