BigBoss has made a post to help developers compile their applications simple and easy using their iPhone and Itouch BigBoss har gjort en tjänst för att hjälpa utvecklarna att sammanställa sina ansökningar enkel och lätt att använda sina iPhone och Itouch

Toolchain is the name of the compiler used for all the apps you see today for the iPhone. Toolchain är namnet på kompilatorn som används för alla program du ser dag för iPhone. Historically, it has been very difficult to setup and get working often requiring several days of work. Historiskt sett har det varit mycket svårt att installera och börja arbeta som ofta kräver flera dagars arbete. iPhone developer Saurik has created a version of the toolchain that runs directly on the iPhone. iPhone utvecklare Saurik har skapat en version av toolchain som körs direkt på iPhone. I have taken his toolchain which consists of his ported GCC and odcctools, and added my headers from the Cygwin toolchain that I use to compile my apps. Jag har tagit toolchain som består av hans porterade GCC och odcctools, och lagt min rubriker från Cygwin toolchain att jag använder för att sammanställa mina apps. Together, this brings you a one-click compilation environment that runs directly from the iPhone! Tillsammans, detta ger dig en en klick sammanställning miljö som körs direkt från iPhone!

Here are the steps to install and start compiling your apps: Här är stegen för att installera och börja sammanställa dina program:

1) Install Cydia 1) Installera Cydia
2) Install “iPhone 1.1.1 Headers” 2) Installera "iPhone 1.1.1 rubriker"
3) Copy your apps source code to /tmp or such with ssh and type “make”. 3) Kopiera dina program källkoden till / tmp eller sådana med ssh och skriv "göra".

Works for all apps for 1.0.2 - 1.1.4. Fungerar för alla Apps för 1.0.2 - 1.1.4. Will be updated for 2.0 after July 11th. Kommer att uppdateras till 2.0 efter den 11 juli.

Here is a sample makefile (this is for BossTool obviously). Här är ett exempel makefile (detta är för BossTool naturligtvis).

For more info about Bigboss go here För mer info om Bigboss gå här