Avery's BlogHome Posts Projects Sitemap License
Supreme executive power derives from a mandate from the masses, not from some
farcical aquatic ceremony. - Monty Python
- Obtaining OpenSIMH ..................................................... [001]
[001] Obtaining OpenSIMH -------------------------------------------------------
This is fairly simple. On Gentoo, all I had to do was:
# emerge libpcap vde sdl2-ttf dejavu
# usermod -aG qemu user
# rc-update add vde default
$ git clone https://github.com/open-simh/simh
$ cd simh
$ mkdir build
$ cd build
$ cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-std=c17 -DCMAKE_INSTALL_PREFIX=/usr/local
$ ninja
$ DESTDIR=$PWD/a ninja install
$ cd a
# tar cf /usr/pkg/simh-git.tar $(find . -type f,l | cut -d/ -f2-)
# tar -C / -xf /usr/pkg/simh-git.tar
Written on 16/12/2025, edited and published on DD/MM/YYYY HH:MM UTC-6















