localhost / nu forked from timburks/nu
- Source
- Commits
- Network (17)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
33a5791
commit 33a579144357cb8f210e90d83a651c301417fa6b
tree a450afe4f06c5f426f43103971aae0776c1ee9df
parent d0a07b287f316d60f94dfe87251469b7a6bea000
tree a450afe4f06c5f426f43103971aae0776c1ee9df
parent d0a07b287f316d60f94dfe87251469b7a6bea000
nu / iphone
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. 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.

