Versions Compared

Key

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

...

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

...