summaryrefslogtreecommitdiff
path: root/compiling.txt
blob: b270272e09d6a2170d14b3412a06067eda6118ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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