Browse Source

apt-cyg did not seem to work

merge-requests/37/head
Ole Christian Eidheim 10 years ago
parent
commit
fe9f2b0acf
  1. 9
      docs/install.md

9
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

Loading…
Cancel
Save