add install script
This commit is contained in:
parent
d57155b25d
commit
504d655de6
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
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
export CMAKE_GENERATOR="Ninja"
|
||||
cmake -B build
|
||||
cmake --build build --config Release
|
||||
sudo cmake --install build
|
Loading…
Reference in New Issue