Bugfix
This commit is contained in:
5
install.sh
Normal file
5
install.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
mkdir build;
|
||||
cd build/;
|
||||
cmake ..;
|
||||
make -j;
|
||||
Reference in New Issue
Block a user