5. How to use - Zeren-Zhao/parcel_sorting_car GitHub Wiki

Code

Go to the GitHub: https://github.com/Zeren-Zhao/parcel_sorting_car/

Run

  1. Download the code
  2. Extract all
  3. Open terminal
  4. Use cd in the terminal to enter the project directory
  5. Execute the cmake . command to generate the Makefile
  6. Execute the make command to compile and generate the executable file
  7. Execute the program by entering the path and name of the executable file in the terminal
cd the/path/of/the/project
cmake .
make
./name of the executable file