http://beebem-unix.bbcmicro.com/
Imported to github with permission from David Eggleston
see doc/README.txt for the original Beebem for Windows README.
an out-of-tree build is preferred:
$ mkdir _build && cd _build
$ cmake -DCMAKE_INSTALL_PREFIX=$HOME/beebem ..
$ make
$ make install
$ mkdir _build && cd _build
$ cmake -DBEEBEM_ENABLE_ECONET ..
$ make
$ sudo make install
there are a number of options available to be passed to the cmake command line that can enable or disable features. they are:
BEEBEM_WITH_DEBUGGER
: enable additional loggingBEEBEM_ENABLE_ECONET
: enable econet for networkingBEEBEM_DISABLE_REALTIME_SLIDER
: disable the realtime slider on any slide barsBEEBEM_DISABLE_WELCOME_MESSAGE
: disable the (annoying) welcome messageBEEBEM_ENABLE_FULLSCREEN_FPS
: enable the FPS indicator when in fullscreenBEEBEM_ENABLE_SYSTEM_CP
: use the systemcp
instead of a (slower) C implementationBEEBEM_ENABLE_FORCE_COLORMAP
: force a colormap for 8-bit displays