forked from daid/EmptyEpsilon
-
Notifications
You must be signed in to change notification settings - Fork 0
Build on OpenSuSE Linux
Oznogon edited this page Jul 21, 2026
·
2 revisions
These instructions have not been tested in a long time and might not be up to date
Be sure to check Build for generic instructions.
The following builds a server on opensuse which the client version 2017-05-06 can connect to.
sudo zypper install git cmake make gcc gcc-g++ sfml2-devel
cd ~/wherever
git clone https://github.com/oznogon/EmptyEpsilon.git
git clone https://github.com/oznogon/SeriousProton.git
cd EmptyEpsilon
mkdir builddir
cd builddir
cmake .. -DSERIOUS_PROTON_DIR=$PWD/../../SeriousProton/ -DCPACK_PACKAGE_VERSION="2017.05.06" -DCPACK_PACKAGE_VERSION_MAJOR=2017 -DCPACK_PACKAGE_VERSION_MINOR=05 -DCPACK_PACKAGE_VERSION_PATCH=06
make
sudo make install
- Home
- Building and installing the game
- Configuring the game
- Playing the game
- Officer roles and screens
- Captain
- Main screen
- Ship window
- Crews of 5-6 players
- Crews of 3-4 players
- Single-player crew
- Game Master (GM) screens
- Extra screens
- Minigames
- Weapon types
- Officer roles and screens
- Extending the game
- Troubleshooting
- Fork content