N-body Galaxy Simulator
N-body Simulator
To make Particula, it requires:
How to build.
You can find CMakeFiles.txt in Projects directory. This is a file for
cmake build system.
copy wxmathplot source directory in the same level of Particula
cd Projects
mkdir BUILD
cd BUILD
cmake ..
make -f Makefile