Difference between revisions of "Guides & HOWTOs"

From ScarletDME
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
=== Fedora ===
 
=== Fedora ===
*[http://www.geneb.org/qm/fedora_notes.txt http://www.geneb.org/qm/fedora_notes.txt] - Guide to installing and configuring QM from source on Fedora (useful scripts and configs)
+
*[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 ===
 
=== Ubuntu ===
Line 10: Line 10:
 
==Development==
 
==Development==
  
*[[Raw I/O]] - By default QM will modify both input and output character I/O.  How to turn this off.
+
*[[Raw I/O]] - By default ScarletDME will modify both input and output character I/O.  How to turn this off.
*[[Recompiling QM]] - How to recompile QM's system C code and BASIC code
+
*[[Recompiling ScarletDME]] - How to recompile ScarletDME system C code and BASIC code
*[[HOWTO|SVN Howto]] - How to use Subversion to check out code and commit it back (Windows and Linux)
+
*[[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 QM
+
*[[Creating your own command]] - Guide to how to add features and commands to ScarletDME
  
==Using OpenQM==
+
==Using ScarletDME==
  
*[[Using your own editor]] - How to use your favorite editor from within OpenQM
+
*[[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
 
*[[Nano editor profile]] - A syntax highlight profile for the Nano editor by Marcus Rhodes
  

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