discord-screenaudio/scripts/install.sh
2022-07-16 22:32:01 +02:00

6 lines
127 B
Bash
Executable file

#!/usr/bin/bash
export CMAKE_GENERATOR="Ninja"
cmake -B build
cmake --build build --config Release
sudo cmake --install build