public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
timburks (author)
Thu Jul 10 15:11:01 -0700 2008
commit  d0a07b287f316d60f94dfe87251469b7a6bea000
tree    da6f989edab56f348589f92fae9734deb7e005ef
parent  3278549ae2580a0d774c43f437db7f6063e219bb parent  394b0c932af4a6301905114ed1436211a58bac06
nu / iphone
name age message
..
file Nukefile Fri May 16 16:19:17 -0700 2008 iPhone-related updates. [timburks]
file README Fri May 16 16:19:17 -0700 2008 iPhone-related updates. [timburks]
directory include/ Mon Apr 07 20:36:17 -0700 2008 Added arm-related files from libffi. [timburks]
file objc Wed Mar 12 11:52:16 -0700 2008 iPhone support. To build libNu.a, "cd ipho... [timburks]
directory platforms/ Fri May 16 16:19:17 -0700 2008 iPhone-related updates. [timburks]
README
This directory contains a Nukefile for building the iPhone version of Nu.

The Nukefile builds Nu as a static library (libNu.a) that can be linked
into an iPhone application.  When linking this library into your application,
be sure that the -ObjC link flag is specified; otherwise, most of the classes 
in libNu.a will not be linked into your application.

Your application should #include "Nu/Nu.h", which is copied into the include
directory as part of the build process.

Note that libffi is included in the iPhoneSimulator sdk.