mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-05-06 06:50:52 +00:00
10 lines
175 B
Bash
Executable File
10 lines
175 B
Bash
Executable File
mkdir build
|
|
|
|
cd ./build
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release ../
|
|
|
|
make
|
|
|
|
mv ./src/opensuperclone/opensuperclone ../bin/opensuperclone
|
|
mv ./src/oscviewer/oscviewer ../bin/oscviewer |