Create install.sh

This commit is contained in:
lwvmobile 2022-06-16 06:17:20 -04:00 committed by GitHub
parent b4c7c60427
commit 3a3f717236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
install.sh Normal file
View File

@ -0,0 +1,6 @@
mkdir build
cd build
cmake ..
make -j `nproc`
sudo make install
sudo ldconfig