PiDP-8/I install on Raspbian Buster
Posted on Mai 24th, 2020 by El RIDO
The following is a modified installation recipe for the PiDP-8/I flavour of SIMH on Raspbian Buster, based on the instructions from Obsolence Guaranteed.
sudo apt update sudo apt install build-essential libncurses-dev python-pkg-resources python-pexpect screen cd ~ wget -O pidp8i.tar.gz https://goo.gl/JowPoC tar xvf pidp8i.tar.gz cd pidp8i # this will take about 10 minutes: ./configure && make && sudo make install sudo reboot
Discussion Area - Leave a Comment