Skip to content

Commit

Permalink
Update COMPILING.md (#57337)
Browse files Browse the repository at this point in the history
* Update COMPILING.md

added minimal requirements for gentoo, so downloading from git-hub will just work.

Co-authored-by: David Seguin <[email protected]>
  • Loading branch information
drjoms and dseguin authored May 15, 2022
1 parent c3cf86e commit 0896559
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/COMPILING/COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@ Instructions for compiling on a Debian-based system. The package names here are

The building instructions below always assume you are running them from the Cataclysm:DDA source directory.

# Gentoo
If you want sound and graphics, make sure to emerge with the following:

`USE="flac fluidsynth mad midi mod modplug mp3 playtools vorbis wav png" emerge -1va emerge media-libs/libsdl2 media-libs/sdl2-gfx media-libs/sdl2-image media-libs/sdl2-mixer media-libs/sdl2-ttf`

It may also be possible to get away with fewer dependencies, but this set has been tested.

Once the above libraries are installed, compile with:

`make -j$(nproc) TILES=1 SOUND=1 RELEASE=1`

## Linux (native) ncurses builds

Dependencies:
Expand Down

0 comments on commit 0896559

Please sign in to comment.