mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-09-18 08:15:34 +00:00
9 lines
175 B
Bash
Executable File
9 lines
175 B
Bash
Executable File
mkdir build
|
|
|
|
# Build for Release and create Debian package with CPack
|
|
cmake -S . -B ./build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
|
|
|
cd build
|
|
make
|
|
make package
|