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
- Download the code
- Extract all
- Open terminal
- Use
cd
in the terminal to enter the project directory - Execute the
cmake .
command to generate the Makefile - Execute the
make
command to compile and generate the executable file - 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