-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from CleverRaven/master
BathroomUpdateSeptember2
- Loading branch information
Showing
706 changed files
with
45,657 additions
and
22,133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,9 @@ | ||
# Compiling Guide for Linux (Flatpak) | ||
The supplied flatpak manifest org.cataclysmdda.CataclysmDDA.json will | ||
download and build the latest release of Cataclysm-DDA. An app built in | ||
this way should be available on flathub: | ||
|
||
## Prerequisites | ||
https://flathub.org/apps/detail/org.cataclysmdda.CataclysmDDA | ||
|
||
- Install `flatpak` and `flatpak-builder` from your distribution's package manager. | ||
- Install `freedesktop-platform` & `freedesktop-sdk` using `flatpak install flathub org.freedesktop.Platform//18.08 org.freedesktop.Sdk//18.08` | ||
|
||
## Build | ||
|
||
Clone the source code and run `flatpak-builder --repo=repo --ccache --force-clean build-dir org.Cataclysm.DDA.json` or `flatpak-builder --repo=repo --ccache --force-clean build-dir org.Cataclysm.DDA.Tiles.json` to build the ncurses or tiles version of the application. | ||
|
||
## Installation | ||
|
||
Run `flatpak --user install test-repo org.Cataclysm.DDA` (or) `flatpak --user install test-repo org.Cataclysm.DDA.Tiles` to install the game. | ||
Note: If you are installing the game for first time you will have to set up local repo. Run this `flatpak --user remote-add --no-gpg-verify test-repo repo` | ||
|
||
## Starting the game | ||
|
||
`flatpak run org.Cataclysm.DDA` (or) `flatpak run org.Cataclysm.DDA.Tiles` | ||
**or** | ||
Launch the Game from Applications -> Games -> Cataclysm: Dark Days Ahead (or) Cataclysm: Dark Days Ahead - Tiles. | ||
**Note**: For the ncurses version, terminal will just show a blank screen on launch. Just press any button to start the game. | ||
|
||
## Permissions | ||
|
||
- **Ncurses version** | ||
- Home Directory | ||
- **Tiles Version** | ||
- Home Directory | ||
- Wayland | ||
- Fallback-X11 - (incase Wayland doesn't work) | ||
- IPC - (Required for X11) | ||
- PulseAudio | ||
- DRI | ||
Check the flatpak documentation at http://docs.flatpak.org for | ||
information on how to customise the manifest, build your own copies of | ||
the app, and install or distribute them. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.