Skip to content

Commit 6a4c2c6

Browse files
author
Martyn York
committed
removed cmake leftovers and added a basic linux build script. Someone who knows better than I can likely improve it.
1 parent 292eb88 commit 6a4c2c6

File tree

4 files changed

+5
-162
lines changed

4 files changed

+5
-162
lines changed

CMake/FindOggVorbis.cmake

-91
This file was deleted.

CMakeLists.txt

-57
This file was deleted.

cmake-build.sh

-14
This file was deleted.

linux-build-basic.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
wget http://iweb.dl.sourceforge.net/project/premake/Premake/4.3/premake-4.3-linux.tar.gz
2+
tar -xf premake-4.3-linux.tar.gz
3+
./premake4 gmake
4+
cd Build/gen-gmake-Monocle
5+
make

0 commit comments

Comments
 (0)