From fe9f2b0acf6b6930139bc8be9eeba1202b820b60 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Fri, 21 Aug 2015 14:19:22 +0200 Subject: [PATCH] apt-cyg did not seem to work --- docs/install.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/install.md b/docs/install.md index 0178767..2ef3f4e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -27,14 +27,9 @@ make install ``` ## Windows with Cygwin (https://www.cygwin.com/) -Install https://github.com/transcode-open/apt-cyg: -```sh -lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg -install apt-cyg /bin +Select and install the following packages from the Cygwin-installer: ``` - -```sh -apt-cyg install git cmake make gcc-g++ libclang +git cmake make gcc-g++ libclang-devel ``` ```sh