summaryrefslogtreecommitdiff
path: root/compiling.txt
diff options
context:
space:
mode:
Diffstat (limited to 'compiling.txt')
-rw-r--r--compiling.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/compiling.txt b/compiling.txt
new file mode 100644
index 0000000..b270272
--- /dev/null
+++ b/compiling.txt
@@ -0,0 +1,13 @@
+Right now building is still being figured out.
+
+As of now, the Windows version is compiled using Visual Studio and the Linux
+version is compiled using CMake.
+
+Currently, on Windows, the file `pugl_win.dll` may need to be moved into the
+executable directory.
+
+To compile on Linux, simply create a build directory, call CMake, then make.
+
+1) mkdir build && cd build
+2) cmake ..
+3) make