Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Requirements

You need the following packagestools:

  • git
  • gcc
  • g++
  • make
  • cmake (min. version 3.1)

And the following libraries:

  • libxml2-dev
  • libsdl2-dev
  • libsdl2-image-dev
  • qtbase5-dev
  • libqt5webkit5-dev

 

 

...

Prepare to generate (one time work)

...

The tools must be installed first

sudo apt-get install \
git \
gcc \
g++ \
make \
libxml2-dev \
libsdl2-dev \
libsdl2-image-dev \
qtbase5-dev \
libqt5webkit5-dev

 

o install these packages on Ubuntu, do the following:

sudo apt-get install \
git \
gcc \
g++ \
make \
libxml2-dev \
libsdl2-dev \
libsdl2-image-dev \
qtbase5-dev \
libqt5webkit5-dev

Building Corinthia

Not possible

...