From 51b03ccb4b3d1570312a855f22bc310b5bb15596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sun, 4 Oct 2015 19:10:16 +0200 Subject: [PATCH] Update the Cygwin README --- README.CYGWIN.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.CYGWIN.md b/README.CYGWIN.md index dbc59b1..1a0a09c 100644 --- a/README.CYGWIN.md +++ b/README.CYGWIN.md @@ -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: ####