add README

This commit is contained in:
Thomas Pöchtrager 2013-11-14 20:54:29 +01:00
parent 8e7df49587
commit 54e4a1d7b8

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# CCTOOLS Linux Port #
Current Version: 845 + ld64-134.9
Originally ported by cjacker from the [ios-toolchain-for-linux](https://code.google.com/p/ios-toolchain-based-on-clang-for-linux/) project.
## INSTALLATION ##
Make sure you have got `clang` installed on your system, then type:
* `cd cctools`
* `./configure --prefix=<installdir> --target=<target>`
* `make`
* `make install`
target = `i386-apple-darwin11`, `x86_64-apple-darwin11`, `arm-apple-darwin11`, ...