Difference between revisions of "Guides & HOWTOs"

From ScarletDME
Jump to navigation Jump to search
Line 12: Line 12:
 
*[[Raw I/O]] - By default ScarletDME 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 ScarletDME]] - How to recompile ScarletDME 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 ScarletDME
 
*[[Creating your own command]] - Guide to how to add features and commands to ScarletDME
  

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