Changes between Version 110 and Version 111 of download
- Timestamp:
- Oct 31, 2018, 11:50:37 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v110 v111 16 16 }}} 17 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 18 30 Then run the build from the folder '''flatpak''': 19 31 {{{ … … 21 33 }}} 22 34 23 The build will fail. You need to manually change the directory of '''CEGUI''' in the file located under '''flatpak/orxonox/code/cmake/'''. 35 Put the app in a repository: 36 {{{ 37 flatpak-builder --repo=repo --force-clean build net.orxonox.Orxonox.json 38 }}} 39 40 Install the app from the repository: 41 {{{ 42 flatpak --user remote-add --no-gpg-verify orx-repo repo 43 flatpak --user install orx-repo net.orxonox.Orxonox 44 }}} 45 46 Run the app: 47 {{{ 48 flatpak run net.orxonox.Orxonox 49 }}} 24 50 25 51 = Binaries =