Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 112 and Version 113 of download


Ignore:
Timestamp:
Nov 14, 2018, 9:19:50 AM (5 years ago)
Author:
merholzl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • download

    v112 v113  
    1515svn co http://svn.orxonox.net/game/data/data_extern
    1616}}}
    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/CEGUI
    22 }}}
    23 
    24 After:
    25 {{{
    26 PATH_SUFFIXES
    27     include
    28 }}}
    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.
    3417
    3518Then run the build from the folder '''flatpak''':