mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-26 22:00:29 +00:00
Add some words to README.
This commit is contained in:
parent
9046e0465d
commit
7b2387a547
20
README
20
README
@ -0,0 +1,20 @@
|
||||
This is a Mach-O loader for linux.
|
||||
|
||||
* Usage
|
||||
|
||||
% make
|
||||
% ./ld-mac mac_binary [options...]
|
||||
|
||||
* Notice
|
||||
|
||||
- Running all Mac binaries isn't my goal. Only command line tools such
|
||||
as compiler tool chain can be executed by this loader.
|
||||
- Currently, this only supports x86-64.
|
||||
|
||||
* License
|
||||
|
||||
Simplified BSD License.
|
||||
|
||||
Note that all files in "include" directory and some files in "libmac"
|
||||
were copied from Apple's Libc-594.9.1.
|
||||
http://www.opensource.apple.com/release/mac-os-x-1064/
|
Loading…
Reference in New Issue
Block a user