Project

General

Profile

Actions

Wiki » History » Revision 2

« Previous | Revision 2/10 (diff) | Next »
David Demelier, 11/23/2018 10:55 AM


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.

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

Paths

Prebuilt kits are built under the following paths:

  • Visual Studio: C:/pkg/vs/release|debug
  • Android: /opt/android

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

Updated by David Demelier over 4 years ago · 2 revisions