mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-08 02:55:56 +01:00
Update the Cygwin README
This commit is contained in:
parent
adc3d0fa1f
commit
51b03ccb4b
@ -14,6 +14,14 @@ 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`
|
||||
|
||||
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: ####
|
||||
|
||||
Open the Cygwin shell:
|
||||
|
Loading…
Reference in New Issue
Block a user