summaryrefslogtreecommitdiff
path: root/compiling.txt
diff options
context:
space:
mode:
authorJordan Halase <jordan@halase.me>2019-10-29 13:07:21 -0500
committerJordan Halase <jordan@halase.me>2019-10-29 13:07:21 -0500
commit40e48dce46f1c0009ee57d7e00def483fda6add6 (patch)
tree6c5d47bfdd6f3914a096e499db8f00dcc77ca13b /compiling.txt
parentb040585906c8814e6e1273f558687144117d75bb (diff)
Overhaul
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