nomlib
Loading...
Searching...
No Matches
third-party Directory Reference

Detailed Description

Third-Party Dependencies

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:

Installation

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!

Packaged Libraries

Both the 64-bit and 32-bit official development binaries versions of:

dynamic libs

cmake -DBUILD_SAMPLES=off -DBUILD_LUA_BINDINGS=on -DCMAKE_BUILD_TYPE=Debug -DROCKET_DEBUG=on -DCMAKE_VERBOSE_MAKEFILE=1 ..

static libs; Release target because Debug is way too large (+158MB)

cmake -DBUILD_SAMPLES=off -DBUILD_LUA_BINDINGS=on -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=off -DROCKET_DEBUG=on -DCMAKE_VERBOSE_MAKEFILE=1 .. ```

Licensing

Licensing files for each library can be found at the project root of your nomlib directory under LICENSE_**<LIBRARY_NAME>**.