2. Installation and Building
Download this code from GitHub and prepare compilation environment (c++ compiler, c++11 standard library). On the terminal, move to Particle_trajectory/src directory from your download directory and make code by just typing
make
After waiting for several seconds, a execute file trajectory.out is created in the src directory. You can copy this file and run on a working directory or set PATH and use from anywhere.

Last updated