[macruby-changes] [532] MacRuby/trunk/sample-macruby/HotCocoa/README

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 30 10:59:55 PDT 2008


Revision: 532
          http://trac.macosforge.org/projects/ruby/changeset/532
Author:   rich at infoether.com
Date:     2008-08-30 10:59:54 -0700 (Sat, 30 Aug 2008)
Log Message:
-----------
readme for hotcocoa samples

Added Paths:
-----------
    MacRuby/trunk/sample-macruby/HotCocoa/README

Added: MacRuby/trunk/sample-macruby/HotCocoa/README
===================================================================
--- MacRuby/trunk/sample-macruby/HotCocoa/README	                        (rev 0)
+++ MacRuby/trunk/sample-macruby/HotCocoa/README	2008-08-30 17:59:54 UTC (rev 532)
@@ -0,0 +1,45 @@
+This directory contains a few demos of using the HotCocoa library.
+
+To learn more about HotCocoa see:
+
+  http://www.macruby.org/trac/wiki/HotCocoa
+  
+Part of HotCocoa installs a hotcocoa command which generates a
+project directory from a template.
+
+Usage:
+
+hotcocoa <directory>
+
+This will generate your directory structure.  The samples in this
+directory were generated with this command.  The basic HotCocoa
+directory structure is:
+
+./directory/Rakefile              #=> used with macrake to buid the app
+./directory/config/build.yml      #=> build options
+./directory/lib/application.rb    #=> application template
+./directory/lib/menu.rb           #=> menus used by the app
+./resources/HotCocoa.icns         #=> hotcocoa icon 
+
+After generating the structure, cd into that directory and run 
+macrake to build.
+  
+Demos:
+
+calculator    #=> simple calculator example
+demo          #=> demo of many hotcocoa wrappers
+layout_view   #=> demo of using the layout view system
+
+Building the demos:
+
+Calculator:
+cd calculator
+macrake
+
+Demo
+cd demo
+macrake
+
+Layout View
+cd layout_view
+macrake
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080830/baf8ff48/attachment.html 


More information about the macruby-changes mailing list