Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Jun 21, 2022
1 parent 7a05144 commit a760a3b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ cd SeriousSamClassic/SamTSE/Sources
./build-linux64.sh # use build-linux32.sh for 32-bits
```

### Gentoo

To build a game for gentoo, use a https://github.com/tx00100xt/serioussam-overlay containing ready-made ebuilds for building the game and add-ons.

### Raspberry Pi

The build for raspberry pi is similar to the build for Linux, you just need to add an additional build key.

```
cd SeriousSamClassic/SamTFE/Sources
./build-linux64.sh -DTFE=TRUE -DRPI4=TRUE # use build-linux32.sh for 32-bits
```
for Serious Sam Classic The First Encounter, or for Serious Sam Classic The Second Encounter:
```
cd SeriousSamClassic/SamTSE/Sources
./build-linux64.sh -DRPI4=TRUE # use build-linux32.sh for 32-bits
```

### FreeBSD

#### Setting up the repository
Expand Down Expand Up @@ -227,7 +245,7 @@ To start the modification, use the game menu - item Modification.

### Suported OS
* Linux
* FreeBSD (no longer)
* FreeBSD

### Other OS
* Not supported
Expand Down

0 comments on commit a760a3b

Please sign in to comment.