cctools-port/README.md
Thomas Pöchtrager a0524d8b6e remove unneeded files
add workaround script for the __block issue in unistd.h
2013-11-15 18:37:45 +01:00

740 B

CCTOOLS Linux Port

Current Version: 845 + ld64-134.9 Originally ported by cjacker from the ios-toolchain-for-linux project.

INSTALLATION

Make sure you have the following installed on your Linux box:

Clang 3.2+, llvm-devel, automake, autogen, libtool, libuuid-devel and openssl-devel.

Then type:

  • cd cctools
  • ./autogen.sh
  • ./configure --prefix=<installdir> --target=<target>
  • make
  • make install

target = i386-apple-darwin11, x86_64-apple-darwin11, arm-apple-darwin11, ...

If you get compile errors because of unistd.h, then please run
../tools/fix-unistd-issue.sh in the cctools directory and restart compiling.