Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions openSUSE #495

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ apt -y install git gobjc gnustep-devel make libsdl1.2-dev libvorbis-dev libopena
```
- Other distros will likely have similar packages available in their repositories. If you find out which packages to install on another Linux distribution, it would be really nice if you could add them here.

- openSUSE Tumbleweed

Dependencies
```bash
sudo zypper install espeak-devel openal-soft-devel libpng-devel SDL_image-devel gcc-objc mozilla-nspr-devel sdl12_compat_devel SDL2-devel gnustep-base-devel gnustep-make
```
Build
```bash
source /usr/share/GNUstep/Makefiles/GNUstep.sh
make -f Makefile release -j${nproc}
```

#### First fetch all the git submodules
```bash
cp .absolute_gitmodules .gitmodules
Expand Down