summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
new file mode 100644
index 0000000..59493b1
--- /dev/null
+++ b/README.cmake
@@ -0,0 +1,9 @@
+Build with cmake
+================
+
+Linux
+
+ mkdir build
+ cd build
+ cmake .. -DLIBRW_PLATFORM=GL3 -DLIBRW_GL3_GFXLIB=SDL2
+ make