Skip to content

Commit

Permalink
Minor fixes to command line to install packages in Fedora
Browse files Browse the repository at this point in the history
Change from libcereal-devel to cereal-devel wich is the correct package for Fedora.
Removed backlashs to get all in one get line
  • Loading branch information
alsed authored Jun 20, 2024
1 parent 9f835a6 commit c2417de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ You may also need to run (especially if you get "No CMAKE_CXX_COMPILER could be

If you are on a Fedora-based system, you can get everything with:

$ sudo dnf install cmake gcc-c++ SDL-devel protobuf-devel boost-devel \
libogg-devel libvorbis-devel libtheora-devel jsoncpp-devel \
physfs-devel libpng-devel libcereal-devel
$ sudo dnf install cmake gcc-c++ SDL-devel protobuf-devel boost-devel libogg-devel libvorbis-devel libtheora-devel jsoncpp-devel physfs-devel libpng-devel cereal-devel

### Build with system dependencies

Expand Down Expand Up @@ -197,4 +195,4 @@ To add music to the game, obtain the files from the repository:
Then copy `data/audio` directory from `raceintospace-nonfree` to:

1. `data/` in the source code directory - if you're building the game from source, or
2. `data/` in the directory where you installed the game.
2. `data/` in the directory where you installed the game.

0 comments on commit c2417de

Please sign in to comment.