Source of 3rd party libraries for Lumix Engine
3rd party libraries in this repository:
The 3rd party libraries are git submodules.
Steps to build and install the libraries on Windows:
- run projects/genie_vs13.bat
- open projects/tmp/LumixEngine_3rdparty.sln in Visual Studio 2013
- build the solution
- run projects/genie_install.bat
Steps to build and install the libraries on Windows:
- cd projects
- ./genie_linux --gcc=linux-gcc-5 gmake
- cd tmp/gcc5
- make config=debug64
Note: the source code repository must be cloned in the same directory as this repository is cloned