Skip to content

Commit b7a6717

Browse files
committed
Readme update
1 parent 404cedb commit b7a6717

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,24 @@ cd ../../..
4949
sudo dpkg -i openmrac-deb/OpenMRac/src/debian/openmrac.deb
5050
```
5151

52+
Notes:
53+
54+
* For simplicity, the resulting package contains both binary and data files. Packagers for Linux distributions will probably want to create a separate package for game data. See existing [AUR packages](https://aur.archlinux.org/packages?O=0&K=openmrac) for inspiration.
55+
56+
* RFP for Debian can be found here: https://wiki.debian.org/Games/Suggested#OpenMRac
57+
5258
### Other (openSUSE, Fedora, ...)
5359

5460
```
5561
git clone https://github.com/Franticware/OpenMRac-data.git
5662
cd OpenMRac-data
5763
make install
64+
cd ..
5865
5966
git clone https://github.com/Franticware/OpenMRac.git
6067
cd OpenMRac/src
6168
make -f Makefile.linux install
69+
cd ../..
6270
```
6371

6472
## Mac OS X

0 commit comments

Comments
 (0)