Versions Compared

Key

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

...

Currently our executable´s  are not digitally signed, due to restrictions within ASF.

***** Warning: These instructions refer to a new way of building, and is not yet be available on master *****

Buildbot

We run nightly builds on a MS Windows 7 buildbot slave.

...

And the following libraries:

Library32 bit64 bitoptional
libxml2-devxx 
libsdl2-devxx 
libsdl2-image-devxx 
iconvxx 
zlibxx 
qtbase5-dev xonly for editor, non-conform apache license
libqt5webkit5-dev xonly for editor, non-conform apache license

Prepare to generate (one time work)

...

If you work locally or in a branch (recommend) do not do a "git pull".

If you want to build the editor, which is based on a non-conform apache license, please do:

cmake -G "Visual studio 12" -D NONCONFORM_APACHE=1 ..

Testing Corinthia

cd inbubator-corinthia
./build.win32/bin/dfutil -test ./tests
./build.win64/bin/dfutil -test ./tests

...