[Redbutton-devel] SF.net SVN: redbutton: [430] redbutton-author/trunk/HOWTO-helloworld
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-09-28 14:40:09
|
Revision: 430
http://redbutton.svn.sourceforge.net/redbutton/?rev=430&view=rev
Author: skilvington
Date: 2007-09-28 07:40:07 -0700 (Fri, 28 Sep 2007)
Log Message:
-----------
HOWTO use the compiler
Added Paths:
-----------
redbutton-author/trunk/HOWTO-helloworld
Added: redbutton-author/trunk/HOWTO-helloworld
===================================================================
--- redbutton-author/trunk/HOWTO-helloworld (rev 0)
+++ redbutton-author/trunk/HOWTO-helloworld 2007-09-28 14:40:07 UTC (rev 430)
@@ -0,0 +1,9 @@
+To compile the helloworld example:
+
+mhegc -o helloworld/startup helloworld/startup.txt
+mhegc -o helloworld/hello.mhg helloworld/hello.mhg.txt
+
+To run it:
+
+rb-browser helloworld/
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|