Difference between revisions of "Guides & HOWTOs"

From ScarletDME
Jump to navigation Jump to search
(added SVN HOWTO)
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
==Installation==
 +
 +
=== Fedora ===
 +
*[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 ===
 +
 +
*[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 QM]] - How to recompile QM's system C code and BASIC code
+
*[[Raw I/O]] - By default ScarletDME will modify both input and output character I/O.  How to turn this off.
*[[HOWTO|SVN Howto]] - How to use Subversion to check out code and commit it back (Windows and Linux)
+
*[[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]]

Revision as of 15:25, 25 June 2013

Installation

Fedora

Ubuntu

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

Common Problems