In order to help my Chinese friends finish his C++ homework, I just started this project. Help it helps.
It may has various kinds of errors. And may not 100% meet the standards of modern C++.
So please use with caution.
I consciously want to make this program cross-platform, but the fact may not turn to be satisfying.
Make sure you have git, make, cmake installed.
-
Clone the repo
Kasugan0/CRS-Simulator
.git clone https://github.com/Kasugan0/CRS-Simulator.git
-
Enter the root directory of the repo.
cd CRS-Simulator
-
Create a new folder
build
.mkdir build
-
Enter the
build
directory.cd build
-
Generate Makefile.
cmake ..
-
Make the executable file.
make
Now you will find a executable file named CRS Simulator
(POSIX System) or CRS Simulator.exe
(WIndows). Here it is~