SuperTuxKart 1.5 upstream source (from official release tarball)
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -ev
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
#make install
|
||||
Reference in New Issue
Block a user