This commit is contained in:
2020-04-20 22:16:07 +02:00
parent fd86607fdd
commit 984693226c
6 changed files with 74 additions and 22 deletions

5
install.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
mkdir build;
cd build/;
cmake ..;
make -j;