UmVirt LFS Package info
DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
simh
SimH (History Simulator) is a collection of simulators for historically significant or just plain interesting computer hardware and software from the past.Package info
Template:
Codename: simh
Source file: simhv312-5.zip
Source file size: 2878046
Source file MD5-checkum: d3954619ac6f8a8cd5d9304923bb168a
Source directory: sim
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/s/simhv312-5.zip
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/s/simhv312-5.zip.md5sum
Dependances: unzip, pcre, libpng, libpcap.
Dependance of: *** NO PACKAGES FOUND ***
Patches: simh-gcc14.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Unpack script:
unzip simhv312-5.zip
Configuration script:
sed -i '/Retry your build without specifying USE_NETWORK/d' makefile
Build script:
mkdir -p BIN
make USE_SHARED=1 USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -DHAVE_TAP_NETWORK'
Install script:
cd BIN
rmdir buildtools
for i in *; do
install -D $i "/usr/bin/simh-$i"
done
cd ../VAX
mkdir -pv /usr/lib/simh
cp -v *.bin /usr/lib/simh