Changes between Version 112 and Version 113 of download
- Timestamp:
- Nov 14, 2018, 9:19:50 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v112 v113 15 15 svn co http://svn.orxonox.net/game/data/data_extern 16 16 }}} 17 18 You need to manually change the directory of '''CEGUI''' in the file located under '''flatpak/orxonox/code/cmake/tools/FindCEGUI.cmake'''.19 Add the following line:20 {{{21 include/cegui-0/CEGUI22 }}}23 24 After:25 {{{26 PATH_SUFFIXES27 include28 }}}29 If your version of gcc is newer than 8 you have to edit '''flatpak/orxonox/code/src/libraries/tools/Timer.h''' by adding:30 {{{31 #include <functional>32 }}}33 into the includes.34 17 35 18 Then run the build from the folder '''flatpak''':