mirror of
https://github.com/moshix/mvs.git
synced 2026-01-15 15:56:17 +00:00
37 lines
767 B
Plaintext
37 lines
767 B
Plaintext
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
|