https://github.com/ncine/ncine-libraries
CMake scripts to build nCine dependency libraries for MSVC, macOS and Linux
https://github.com/ncine/ncine-libraries
libraries linux macos ncine windows
Last synced: about 2 months ago
JSON representation
CMake scripts to build nCine dependency libraries for MSVC, macOS and Linux
- Host: GitHub
- URL: https://github.com/ncine/ncine-libraries
- Owner: nCine
- License: mit
- Created: 2019-05-27T18:37:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T01:05:05.000Z (3 months ago)
- Last Synced: 2025-03-27T05:34:47.388Z (2 months ago)
- Topics: libraries, linux, macos, ncine, windows
- Language: CMake
- Homepage:
- Size: 110 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/nCine/nCine-libraries/actions?workflow=Linux)
[](https://github.com/nCine/nCine-libraries/actions?workflow=macOS)
[](https://github.com/nCine/nCine-libraries/actions?workflow=Windows)
[](https://github.com/nCine/nCine-libraries/actions?workflow=MinGW)
[](https://github.com/nCine/nCine-libraries/actions?workflow=Emscripten)# nCine-libraries
CMake scripts to build nCine dependency libraries for MSVC and OS X## Information
This repository contains the scripts to easily compile the libraries needed by the nCine when building on Windows using MSVC or when building frameworks on OS X.### Libraries
- libwebp
- zlib
- libpng
- GLEW
- GLFW
- SDL2
- libogg
- libvorbis
- OpenAL-soft
- Lua## Build
To compile the libraries on Windows:```
"%programfiles%/CMake/bin/cmake.exe" -HnCine-libraries -BnCine-libraries-build
```To compile the libraries on OS X:
```
/Applications/CMake/Contents/bin/cmake -HnCine-libraries -BnCine-libraries-build
```