Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 109 and Version 110 of download


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

Legend:

Unmodified
Added
Removed
Modified
  • download

    v109 v110  
     1= Flatpak =
     2You will need to install '''flatpak''' using your package manager. Please refer to the official [https://docs.flatpak.org/ documentation] if you need help.
     3
     4== Installing from repository ==
     5
     6== Building from source and packaging in repository ==
     7
     8If you want to build a flatpak repository from the orxonox source, you will first need to install '''flatpak-builder'''.
     9Download orxonox source code, flatpak manifest file and dependencies:
     10{{{
     11svn co http://svn.orxonox.net/downloads/linux/flatpak/
     12cd flatpak
     13mkdir orxonox && cd orxonox
     14svn co http://svn.orxonox.net/game/code/trunk code
     15svn co http://svn.orxonox.net/game/data/data_extern
     16}}}
     17
     18Then run the build from the folder '''flatpak''':
     19{{{
     20flatpak-builder --install-deps-from=flathub --keep-build-dirs --force-clean --install build net.orxonox.Orxonox.json
     21}}}
     22
     23The build will fail. You need to manually change the directory of '''CEGUI''' in the file located under '''flatpak/orxonox/code/cmake/'''.
     24
    125= Binaries =
    226