![]() |
nomlib
|
nomlib's third-party dependencies. Pre-packaged libraries are available for the OS X, iOS and Windows platforms and may be found listed as nomlib_**<PLATFORM>-dependencies** at:
Download the package file for your platform and extract inside the third-party folder inside the project root. You should now have several libraries populating third-party/**<EXTRACTED_PLATFORM>**. No other dependency hell to ensure – yay!
Both the 64-bit and 32-bit official development binaries versions of:
cmake -DBUILD_SAMPLES=off -DBUILD_LUA_BINDINGS=on -DCMAKE_BUILD_TYPE=Debug -DROCKET_DEBUG=on -DCMAKE_VERBOSE_MAKEFILE=1 ..
cmake -DBUILD_SAMPLES=off -DBUILD_LUA_BINDINGS=on -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=off -DROCKET_DEBUG=on -DCMAKE_VERBOSE_MAKEFILE=1 .. ```
Packaged only for Windows
console @section autotoc_md22 Release library mkdir build-release && cd build-release cmake -DBUILD_SHARED_LIBS=on -DCMAKE_BUILD_TYPE=Release .. msbuild /t:build gtest.vcxproj /p:Configuration=Release msbuild /t:build gtest_main.vcxproj /p:Configuration=Release
Licensing files for each library can be found at the project root of your nomlib directory under LICENSE_**<LIBRARY_NAME>**.