/beebem-1

Semi-official repository for the BeebEm emulator.

Primary LanguageC++OtherNOASSERTION

BeebEm is a BBC Micro and Master 128 emulator.  It enables you to run BBC
Micro software on your PC.

This version of BeebEm is distributed as source code so you can compile and
modify BeebEm yourself.

The copyright on everything in BeebEm resides with David Gilbert, the
original author, as described in COPYRIGHT.txt. He has given his permission
for this code to be hosted online. Please see the aforementioned copyright 
file for license conditions.

To install:

---

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

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

---

Install as root (global install for all users):

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