Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Requirements (dependencies)

Kakadu edited this page May 25, 2016 · 3 revisions

Basic dependencies:

  • CMake-2.8.11
  • SDL2
  • SDL_mixer2
  • Boost (thread, system, python3)
  • Freetype
  • Iconv
  • JsonCpp
  • Libintl
  • PythonLibs
  • OpenGL

Required packages for Ubuntu

   sudo apt-get install libboost-iostreams1.58-dev libjpeg-dev liblzma-dev libjsoncpp-dev python3.5-dev \
     libfreetype6-dev libboost-system-dev libboost-thread-dev libboost-python-dev  libsdl2-mixer-dev libsdl2-dev \
     cmake libopenal-dev

Optional (tools) dependencies:

Note to libsquish: You may need to add #include <limits.h> to alpha.cpp (line 25) and to singlecolourfit.cpp (line 26) to fix compilation.

Clone this wiki locally