rafael2k / rtb

Gordon Henderson's “Return to Basic” interpreter — GPL 3 version of 2013-01-27

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtb

Gordon Henderson's “Return to Basic” interpreter — GPL 3 version of 2013-01-27

Gordon no longer provides source for his interpreter, so this is an archive of the last known GPL version retrieved from his server. Many thanks to John of the allbasic.info forum for providing the files.

Building

Compiles successfully on both Ubuntu 16.04 x86_64 and Raspbian Jessie armhf. Requires cmake-qt-gui and libsdl-dev.

  1. Start cmake-gui from the src folder
  2. Browse Source … to the current folder
  3. Browse Build … to the same folder
  4. Choose Configure
  5. On the SDL_LIBRARY entry, add -lm at the end of the line after -lpthread
  6. Choose Generate
  7. From a terminal, enter make from the src folder

The rtb binary will be built in the src folder.

Licence

GPL 3.

Copyright

© 2012-2013, Gordon Henderson — https://projects.drogon.net/

About

Gordon Henderson's “Return to Basic” interpreter — GPL 3 version of 2013-01-27

License:GNU General Public License v3.0


Languages

Language:C 79.2%Language:TeX 15.4%Language:Makefile 4.6%Language:Shell 0.4%Language:CMake 0.3%Language:Roff 0.2%