public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
nu / iphone
name age message
..
file Nukefile Loading commit data...
file README Fri Jan 02 12:49:05 -0800 2009 nush (standalone Nu shell) for the iPhone nush... [timburks]
directory include/
file objc Wed Mar 12 11:52:16 -0700 2008 iPhone support. To build libNu.a, "cd iphone; n... [timburks]
directory platforms/ Fri May 16 16:19:17 -0700 2008 iPhone-related updates. Tools and support file... [timburks]
iphone/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.

Also, this Nukefile builds a "nush" (or strictly, a mininush) that you can
install and run on a jailbroken iPhone. Find it at build/armv6/nush.

Your application should #include "Nu/Nu.h", which is copied into the include
directory as part of the build process.  You may also need to link your 
application with libedit (-ledit).

Note that libffi is included in the iPhoneSimulator sdk.