From c41f5a192bdd0eca9afe619fda3b1cd3826a5e01 Mon Sep 17 00:00:00 2001 From: moshix Date: Mon, 12 Oct 2020 07:45:09 +0200 Subject: [PATCH] added SDL Hyperion build instructions --- compileSDLHyperion | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 compileSDLHyperion diff --git a/compileSDLHyperion b/compileSDLHyperion new file mode 100644 index 0000000..e166575 --- /dev/null +++ b/compileSDLHyperion @@ -0,0 +1,36 @@ + sudo apt update + sudo apt list --upgradable + + sudo apt install --yes build-essential + sudo apt install --yes cmake git autoconf flex gawk g++ zlib1g-dev libbz2-dev m4 + + which gcc + gcc --version + + mkdir /home/moshe/hercules + cd /home/moshe/hercules + + mkdir sdl42 + mkdir herc42 + mkdir extpkgs + + cd extpkgs + git clone https://github.com/SDL-Hercules-390/gists.git + + cp gists/extpkgs.sh . + cp gists/extpkgs.sh.ini . + + ./extpkgs.sh CLONE c d s t + + cd ../sdl42 + git clone https://github.com/SDL-Hercules-390/hyperion.git + + cd hyperion/ + + util/bldlvlck + ./autogen.sh + + ./configure --prefix=/home/moshe/hercules/herc42 --enable-extpkgs=/home/moshe/hercules/extpkgs + ./config.status --config + + make -j