Wiki » History » Revision 2
Revision 1 (David Demelier, 11/23/2018 10:43 AM) → Revision 2/10 (David Demelier, 11/23/2018 10:55 AM)
h1. Devkit
The devkit project consists of several individual documentation files to explain how to build most of libraries we require in our applications.
It is designed for Android and Visual Studio IDEs only.
h1. Triplets
|_. System |_. Architecture |_. Mode |_. Notes |
| *Visual Studio* | x64 | Debug and Release in separate directories |
| *Android* | armeabi-v7a, arm64-v8a, x86, x86-64 | Release | Target android-24 |
h1. Paths
Prebuilt kits are built under the following paths:
* Visual Studio: C:/pkg/vs/release|debug
* Android: /opt/android
h1. Libraries
The following libraries are supported
|_. Library |_. Priority |_. Description |_. Website |
| *libboost* | High | Boost libraries | http://boost.org |
| *libfreetype* | Medium | Font management | |
| *libogg* | Medium | Opensource video/audio container | |
| *libpng* | Medium | PNG image file | |
| *libsdl* | High | Simple Directmedia Layer | http://libsdl.org |
| *libsdl-image* | High | Image addon for SDL2 | |
| *libsdl-mixer* | High | Music addon for SDL2 | |
| *libsdl-ttf* | High | Font addon for SDL2 | |
| *libvorbis* | Medium | Opensource audio stream | |
| *libz* | Medium | Compression library | |