mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Update the Cygwin README
This commit is contained in:
parent
adc3d0fa1f
commit
51b03ccb4b
@ -12,7 +12,15 @@ Note: *You can compile for 64-bit in a 32-bit environment.*
|
||||
Click on setup-*.exe and install the following packages:
|
||||
|
||||
`git`, `make`, `clang`, `gcc-core`, `gcc-objc`, `gcc-g++`,
|
||||
`patch`, `wget`, `libuuid-devel`, `openssl` and `pkg-config`
|
||||
`patch`, `wget`, `libuuid-devel`, `openssl` and `pkg-config`
|
||||
|
||||
For LTO support you will also need:
|
||||
|
||||
`libllvm-devel`, `libllvm` and `gendef`
|
||||
|
||||
The cygLTO.dll import library is missing, create it by hand:
|
||||
|
||||
`gendef /bin/cygLTO.dll && dlltool -d cygLTO.def -l /lib/libLTO.dll.a && rm cygLTO.def`
|
||||
|
||||
#### Step 2: ####
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user