beebem icon indicating copy to clipboard operation
beebem copied to clipboard

BBC Micro Emulator

** THIS IS A PRE-RELEASE! **

To install:


Install in home account (for a specific user only):

Extract the source code tarball:

tar zxvf beebem-0.0.8.tar.gz cd beebem-0.0.8

./configure --prefix=$HOME/test --enable-econet make make install


Install as root (global install for all users):

tar zxvf beebem-0.0.8.tar.gz cd beebem-0.0.8

./configure --enable-econet make make install-strip