Difference between revisions of "Developing custom GRASS programs"

From Rhessys
Jump to navigationJump to search
Line 4: Line 4:
 
===Get a compiler===
 
===Get a compiler===
 
Development tools are not installed by default on OS X.  You can install the dev tools from any OS X installation CD.
 
Development tools are not installed by default on OS X.  You can install the dev tools from any OS X installation CD.
For the most recent version, go Apple's [http://developer.apple.com/mac/ Mac Dev Center]
+
For the most recent version, go Apple's [http://developer.apple.com/mac/ Mac Dev Center] and download the
 +
latest version of XCode.  You will be required to create a free account before you can download the tools.
  
 
===Get the grass source===
 
===Get the grass source===

Revision as of 18:08, 12 October 2009

As the majority of the RHESSys group is using OS X, this article targets that OS. However most of the content should apply to any operating system.

Get a compiler

Development tools are not installed by default on OS X. You can install the dev tools from any OS X installation CD. For the most recent version, go Apple's Mac Dev Center and download the latest version of XCode. You will be required to create a free account before you can download the tools.

Get the grass source