Requirements:
- Python 2.x
All additional dependencies should be included in the repo.
Steps:
-
Set the
PYTHON
environment variable to point to yourpython.exe
-
Run
bin\snmake
Requirements:
- Python 2.x
- Exomizer v3.0.2
- BeebAsm - follow repo instructions to build
Steps:
make
The Makefile assumes you have appropriate beebasm
and exomizer
on
the path. If not, supply EXOMIZER=<<path to exomizer>>
and/or
BEEBASM=<<path to beebasm>>
on the make command line. For example:
make BEEBASM=~/beebasm/beebasm EXOMIZER=~/exomizer-3.0.2/src/exomizer
The output is build/scr-beeb.adl
(ADFS) and build/scr-beeb.ssd
(DFS).