diff doc/sphinx/getting-started.rst @ 115:daa947d96290

Brief OSX documentation, and some additional constants and unit conversions for lib/radiation2.
author Daniel Potter (laptop) <d.potter@uq.edu.au>
date Sun, 18 Mar 2012 10:47:18 +0100
parents d78d998b7c1f
children 62e974ac1e4d
line wrap: on
line diff
--- a/doc/sphinx/getting-started.rst	Sun Mar 18 19:16:16 2012 +1000
+++ b/doc/sphinx/getting-started.rst	Sun Mar 18 10:47:18 2012 +0100
@@ -115,6 +115,20 @@
 it may be convenient to run a full linux installation within 
 VirtualBox (https://www.virtualbox.org/), on your MS-Windows computer.
 
+Using the codes on Apple OSX
+----------------------------
+The codes can be compiled and run on OSX as this is a Unix based OS.
+The Xcode development environment (https://developer.apple.com/xcode/) 
+should be downloaded and installed to provide Apple's versions of the 
+GNU Compiler Collection, Python and the make utility, amongst other
+development tools.
+popt, readline, SWIG and Tcl/Tk can either be installed from source
+or via a package manager such as MacPorts (http://www.macports.org/) or 
+Fink (http://www.finkproject.org/).
+If possible, it is recommended to install these dependencies from source.
+The required Python packages (numpy, scipy and matplotlib) are all available
+as pre-packaged binaries for OSX on sourceforge.net, although they can also
+be installed from source if necessary.
 
 SSH access to the repository for developers
 -------------------------------------------