Update the Cygwin README

This commit is contained in:
Thomas Pöchtrager 2015-10-04 19:10:16 +02:00
parent adc3d0fa1f
commit 51b03ccb4b

View File

@ -14,6 +14,14 @@ Click on setup-*.exe and install the following packages:
`git`, `make`, `clang`, `gcc-core`, `gcc-objc`, `gcc-g++`, `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: #### #### Step 2: ####
Open the Cygwin shell: Open the Cygwin shell: