From a760a3b346b4cf3cc0628fac4f51abbb95dabc1f Mon Sep 17 00:00:00 2001 From: tx00100xt Date: Tue, 21 Jun 2022 12:55:32 +0300 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ea609..7d38aad 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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