diff --git a/README.md b/README.md new file mode 100644 index 0000000..f7954c6 --- /dev/null +++ b/README.md @@ -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= --target=` +* `make` +* `make install` + +target = `i386-apple-darwin11`, `x86_64-apple-darwin11`, `arm-apple-darwin11`, ...