add install script
This commit is contained in:
7
README
7
README
@@ -1,9 +1,6 @@
|
||||
-- Build instructions --
|
||||
-- Install instructions --
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../
|
||||
make
|
||||
Just run `scripts/install.sh`
|
||||
|
||||
./discord-screenaudio
|
||||
|
||||
|
||||
6
scripts/install.sh
Executable file
6
scripts/install.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
export CMAKE_GENERATOR="Ninja"
|
||||
cmake -B build
|
||||
cmake --build build --config Release
|
||||
sudo cmake --install build
|
||||
Reference in New Issue
Block a user