Wiki » History » Version 2
David Demelier, 11/23/2018 10:55 AM
1 | 1 | David Demelier | h1. Devkit |
---|---|---|---|
2 | |||
3 | The devkit project consists of several individual documentation files to explain how to build most of libraries we require in our applications. |
||
4 | |||
5 | It is designed for Android and Visual Studio IDEs only. |
||
6 | 2 | David Demelier | |
7 | h1. Triplets |
||
8 | |||
9 | |_. System |_. Architecture |_. Mode |_. Notes | |
||
10 | | *Visual Studio* | x64 | Debug and Release in separate directories | |
||
11 | | *Android* | armeabi-v7a, arm64-v8a, x86, x86-64 | Release | Target android-24 | |
||
12 | |||
13 | h1. Paths |
||
14 | |||
15 | Prebuilt kits are built under the following paths: |
||
16 | |||
17 | * Visual Studio: C:/pkg/vs/release|debug |
||
18 | * Android: /opt/android |
||
19 | |||
20 | h1. Libraries |
||
21 | |||
22 | The following libraries are supported |
||
23 | |||
24 | |_. Library |_. Priority |_. Description |_. Website | |
||
25 | | *libboost* | High | Boost libraries | http://boost.org | |
||
26 | | *libfreetype* | Medium | Font management | | |
||
27 | | *libogg* | Medium | Opensource video/audio container | | |
||
28 | | *libpng* | Medium | PNG image file | | |
||
29 | | *libsdl* | High | Simple Directmedia Layer | http://libsdl.org | |
||
30 | | *libsdl-image* | High | Image addon for SDL2 | | |
||
31 | | *libsdl-mixer* | High | Music addon for SDL2 | | |
||
32 | | *libsdl-ttf* | High | Font addon for SDL2 | | |
||
33 | | *libvorbis* | Medium | Opensource audio stream | | |
||
34 | | *libz* | Medium | Compression library | | |