forked from stardot/beebem
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
29 lines (19 loc) · 700 Bytes
/
README
File metadata and controls
29 lines (19 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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