1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Add instructions how to build project with cmake.

Add Boost libs necessary for Linux build.
This commit is contained in:
Sergey Lipskiy 2015-04-20 12:21:44 +06:00
parent 94bffc2e83
commit 2d4c518820
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
cmake project files located inside src folder. To build the project with cmake, run
cmake [-DCMAKE_BUILD_TYPE=Debug] [-DOPT=On] -DMUPENPLUSAPI=On ../../src/
-DCMAKE_BUILD_TYPE=Debug - optional parameter, if you want debug build. Default buid type is Release
-DOPT=On - optional parameter. set it if you want to enable additional optimizations (can cause additional bugs).
-DMUPENPLUSAPI=On - currently cmake build works only for mupen64plus version of the plugin.

Binary file not shown.

Binary file not shown.