mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
8 lines
196 B
Bash
Executable File
8 lines
196 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf bin
|
|
./clean-nix.sh
|
|
cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_PLATFORM=rpi -DDEB_DISTRO=buster -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
|
|
make -j2
|
|
cpack
|