Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install LLVM Clang on an iPad?

Tags:

ipad

llvm

clang

I want to get LLVM (Clang) on my iPad so I could compile Objective-C with my iPhone. But

  1. I don't know which binary I should download (FreeBSD? Debian? MAC?)
  2. I don't know how to install it on my iPad using terminal commands.
like image 715
loolo78 Avatar asked Mar 04 '12 15:03

loolo78


1 Answers

I have compiled clang/llvm for iOS and it successfully runs on my iPod Touch 2G and my iPad 2. It is available from the following repo: http://ininjas.com/repo/

If you like it or have any comments, check out the forum at http://ininjas.com/forum/

like image 62
C0deH4cker Avatar answered Jan 01 '23 07:01

C0deH4cker