mirror of
https://github.com/darlinghq/cctools-port.git
synced 2025-02-17 07:37:44 +00:00
Apple cctools port for Linux, FreeBSD and NetBSD
Current Version: 855 + ld64-236.3
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
, uuid-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.
Description
Languages
C
66.2%
C++
20.9%
Makefile
5.1%
Shell
2.9%
Roff
2.3%
Other
2.6%