Skip to content

5. How to use

ZhuohangZhang edited this page Apr 17, 2023 · 3 revisions

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

Clone this wiki locally