Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scruss/rtb
Gordon Henderson's “Return to Basic” interpreter — GPL 3 version of 2013-01-27
https://github.com/scruss/rtb
Last synced: about 2 months ago
JSON representation
Gordon Henderson's “Return to Basic” interpreter — GPL 3 version of 2013-01-27
- Host: GitHub
- URL: https://github.com/scruss/rtb
- Owner: scruss
- License: gpl-3.0
- Created: 2016-08-17T15:51:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T21:33:41.000Z (over 8 years ago)
- Last Synced: 2024-08-03T18:16:48.213Z (6 months ago)
- Language: C
- Size: 238 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - rtb
README
# rtb
Gordon Henderson's “Return to Basic” interpreter — GPL 3 version of 2013-01-27Gordon 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](http://www.allbasic.info/forum/index.php?topic=223.msg4768#msg4768
"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* folderThe `rtb` binary will be built in the *src* folder.
## Licence
GPL 3.
## Copyright
© 2012-2013, Gordon Henderson — https://projects.drogon.net/