summaryrefslogtreecommitdiff
path: root/compiling.txt
diff options
context:
space:
mode:
authorJordan Halase <jordan@halase.me>2019-10-31 08:33:38 -0500
committerJordan Halase <jordan@halase.me>2019-10-31 08:33:38 -0500
commit503399a650f66b999bd4f85b715e3edbb3a36b43 (patch)
tree1c3167308202a1931b77f4f2548d598086f6080e /compiling.txt
parentad0f0214fd4990a2460dfc84b8ceaf3fa7dc8946 (diff)
Build from project root
Diffstat (limited to 'compiling.txt')
-rw-r--r--compiling.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiling.txt b/compiling.txt
index b270272..90e6988 100644
--- a/compiling.txt
+++ b/compiling.txt
@@ -6,8 +6,8 @@ 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.
+To compile on Linux, simply run the following commands from the project root:
-1) mkdir build && cd build
-2) cmake ..
-3) make
+1) cmake -S . -B build
+2) make -C build
+3) ./build/vkpugltest