CMake scripts for building OpenSceneGraph third party libraries.
These scripts can be used to build third party libraries from source using CMake(http://www.cmake.org/).
The source code for respective library has to be downloaded separately, see download locations below.
By building the INSTALL target for both debug and release these scripts will create a folder named 3rdParty
.
Inside this folder there will folders created to represent each platform toolset.
Toolset | Prebuilt archive |
---|---|
Visual Studio 2015 32-bit | v140-x86.zip |
Visual Studio 2015 64-bit | v140-x64.zip |
Visual Studio 2017 32-bit | v141-x86.zip |
Visual Studio 2017 64-bit | v141-x64.zip |
Prebuilt versions courtesy of AppVeyor
Each of the dependencies keep their original licenses since their scripts are to be considered derivative works.
The top level script is licensed according to the Unlicense
:
- Download the CMake scripts from this repository.
- Download the source for the dependencies you would like to use from their respective location as specified below.
- Start the CMake GUI and select the directory with the CMake scripts as your source directory. Use any desired output directory as binary directory.
- Press Configure inside the CMake GUI.
- Fill in the location of the downloaded sources of your desired dependencies and press "Configure" again. Repeat until there is no more errors and warnings in CMake.
- Press Generate inside the CMake GUI. This will generate solution file inside your binary directory.
- Open the solution file in your IDE.
- Build the
ALL_BUILD
project for both debug and release. - Build the
INSTALL
project for both debug and release.
In your binary directory there will now be a folder named 3rdParty
with a sub-folder named after your target platform. Inside this folder there should be all your headers and libraries.
Latest version tested: 1.2.11
Sources for zlib can be downloaded from:
Latest version tested: 1.6.36
Sources for libpng can be downloaded from:
http://www.libpng.org/pub/png/libpng.html
Latest version tested: 9c
Sources for libjpeg can be downloaded from:
Latest version tested: 4.0.10
Sources for libtiff can be downloaded from:
https://gitlab.com/libtiff/libtiff
Latest version tested: 2.9.1
Sources for FreeType can be downloaded from:
Latest version tested: markkilgard/glut@8cd96cb440f1f2fac3a154227937be39d06efa53
Sources for GLUT can be downloaded from:
https://github.com/markkilgard/glut
Latest version tested: 5.1.4
Sources for GIFLIB can be downloaded from:
http://sourceforge.net/projects/giflib/
Latest version tested: nmoinvaz/minizip@dac37702b3fab4068ac9a7c4a992df7f0e4f14df
Sources for MINIZIP can be downloaded from:
http://github.com/nmoinvaz/minizip
Latest version tested: 7.60.0
Sources for cURL can be downloaded from: