Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 110 and Version 111 of download


Ignore:
Timestamp:
Oct 31, 2018, 11:50:37 AM (5 years ago)
Author:
patricwi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • download

    v110 v111  
    1616}}}
    1717
     18You need to manually change the directory of '''CEGUI''' in the file located under '''flatpak/orxonox/code/cmake/tools/FindCEGUI.cmake'''.
     19Add the following line:
     20{{{
     21include/cegui-0/CEGUI
     22}}}
     23
     24After:
     25{{{
     26PATH_SUFFIXES
     27    include
     28}}}
     29
    1830Then run the build from the folder '''flatpak''':
    1931{{{
     
    2133}}}
    2234
    23 The build will fail. You need to manually change the directory of '''CEGUI''' in the file located under '''flatpak/orxonox/code/cmake/'''.
     35Put the app in a repository:
     36{{{
     37flatpak-builder --repo=repo --force-clean build net.orxonox.Orxonox.json
     38}}}
     39
     40Install the app from the repository:
     41{{{
     42flatpak --user remote-add --no-gpg-verify orx-repo repo
     43flatpak --user install orx-repo net.orxonox.Orxonox
     44}}}
     45
     46Run the app:
     47{{{
     48flatpak run net.orxonox.Orxonox
     49}}}
    2450
    2551= Binaries =