mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-26 21:50:26 +00:00
add README
This commit is contained in:
parent
8e7df49587
commit
54e4a1d7b8
15
README.md
Normal file
15
README.md
Normal 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`, ...
|
Loading…
Reference in New Issue
Block a user