Difference between revisions of "Guides & HOWTOs"
Jump to navigation
Jump to search
(added SVN HOWTO) |
|||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | ==Installation== | ||
+ | |||
+ | === Fedora === | ||
+ | [Only applies to OpenQM] | ||
+ | *[http://www.geneb.org/qm/fedora_notes.txt http://www.geneb.org/qm/fedora_notes.txt] - Guide to installing and configuring ScarletDME from source on Fedora (useful scripts and configs) | ||
+ | |||
+ | === Ubuntu === | ||
+ | [Only Applies to OpenQM] | ||
+ | *[http://www.rushflat.co.nz/files/UbuntuInstall.pdf http://www.rushflat.co.nz/files/UbuntuInstall.pdf] Installing the GPL Version of OpenQM on Ubuntu (aimed at Linux newbies) | ||
+ | |||
==Development== | ==Development== | ||
− | *[[Recompiling | + | *[[Raw I/O]] - By default ScarletDME will modify both input and output character I/O. How to turn this off. |
− | *[[ | + | *[[Recompiling ScarletDME]] - How to recompile ScarletDME system C code and BASIC code |
+ | *[[Using Git]] - How to use git to check out code and commit it back (Windows and Linux) | ||
+ | *[[Creating your own command]] - Guide to how to add features and commands to ScarletDME | ||
+ | |||
+ | ==Using ScarletDME== | ||
+ | |||
+ | *[[Using your own editor]] - How to use your favorite editor from within ScarletDME | ||
+ | *[[Nano editor profile]] - A syntax highlight profile for the Nano editor by Marcus Rhodes | ||
+ | |||
+ | ==Common Problems== | ||
+ | *[[Do I have a permission problem?]] | ||
+ | *[[I can't compile anything in GPL.BP!]] | ||
+ | *[[I'm unable to restore my pseudo-tape saves from D3!]] | ||
+ | *[[Problem compiling programs from the BP file in the QMSYS account]] |
Latest revision as of 17:35, 26 February 2020
Installation
Fedora
[Only applies to OpenQM]
- http://www.geneb.org/qm/fedora_notes.txt - Guide to installing and configuring ScarletDME from source on Fedora (useful scripts and configs)
Ubuntu
[Only Applies to OpenQM]
- http://www.rushflat.co.nz/files/UbuntuInstall.pdf Installing the GPL Version of OpenQM on Ubuntu (aimed at Linux newbies)
Development
- Raw I/O - By default ScarletDME will modify both input and output character I/O. How to turn this off.
- Recompiling ScarletDME - How to recompile ScarletDME system C code and BASIC code
- Using Git - How to use git to check out code and commit it back (Windows and Linux)
- Creating your own command - Guide to how to add features and commands to ScarletDME
Using ScarletDME
- Using your own editor - How to use your favorite editor from within ScarletDME
- Nano editor profile - A syntax highlight profile for the Nano editor by Marcus Rhodes