aboutsummaryrefslogtreecommitdiff
path: root/system/b2/README
blob: 68586adab56a41b51dd0b314a794ad0c1bbca3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
b2 is a cross-platform BBC Micro emulator. Use your Windows/Linux PC or
macOS computer to play your old BBC games or develop new BBC software.

more info at https://github.com/tom-seddon/b2

Note: the maintainer is hosting the source in its github account
due to the many submodules b2 is using.
If in doubt please prepare the source package yourself with these
commands: for example, for TAG=b2-20240720-010024-9f95270

git clone --recursive --branch $TAG https://github.com/tom-seddon/b2.git
rm -rf b2/.git
mv b2 $TAG
tar cvfz $TAG.tar.gz $TAG
rm -rf $TAG