|
@@ -93,14 +93,14 @@ respectively.
|
|
|
Building
|
|
|
--------
|
|
|
|
|
|
-On GNU/Linux systems `glplatform` can be built with it's autotools build system.
|
|
|
+`glplatform` can be built with it's autotools build system with the following commands:
|
|
|
|
|
|
./autogen.sh
|
|
|
./configure <options>
|
|
|
make
|
|
|
make install
|
|
|
|
|
|
-On Windows systems `glplatform` can be built as a static library using the Visual Studio solution found in the `windows` folder.
|
|
|
+You can build `glplatform` for windows systems by placing a MinGW64 toolchain in the path and passing a host option such as `--host=x86_64-w64-mingw32` to configure.
|
|
|
|
|
|
As a convienence `glplatform` comes with bindings pre-generated by `glbindify`. To rebuild them install `glbindify` and run the following commands
|
|
|
in the `src/glbindings` folder:
|