Building Editor-GTK with CMake

Requirements

  • cmake-2.8 or greater
  • GTK+ 3.4 or greater
  • Vala compiler 0.16 or greater

Build

  • Run “cmake ${PATH TO editor/builds/cmake} && make”.
  • If you want to build it with debug mode pass “-D CMAKE_BUILD_TYPE=Debug” to cmake.