Difference between revisions of "Guides & HOWTOs"

From ScarletDME
Jump to navigation Jump to search
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.
 
*[[Recompiling QM]] - How to recompile QM's system C code and BASIC code
 
*[[Recompiling QM]] - How to recompile QM's system C code and BASIC code
 
*[[HOWTO|SVN Howto]] - How to use Subversion to check out code and commit it back (Windows and Linux)
 
*[[HOWTO|SVN Howto]] - How to use Subversion to check out code and commit it back (Windows and Linux)

Revision as of 09:45, 5 April 2009

Installation

Fedora

Ubuntu

Development

  • Raw I/O - By default QM 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
  • SVN Howto - How to use Subversion 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

Using OpenQM

Common Problems