Browse Source

Update install.md

merge-requests/365/head
Ole Christian Eidheim 10 years ago
parent
commit
6bccc417fb
  1. 3
      docs/install.md

3
docs/install.md

@ -2,7 +2,7 @@
## Installation guide ## ## Installation guide ##
Before installation, please install libclangmm, see [installation guide](http://github.com/cppit/libclangmm/blob/master/docs/install.md). Before installation, please install libclangmm, see [installation guide](http://github.com/cppit/libclangmm/blob/master/docs/install.md).
## Debian ## Debian/Ubuntu
```sh ```sh
sudo apt-get install pkg-config libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libgtkmm-3.0-dev libgtksourceviewmm-3.0-dev sudo apt-get install pkg-config libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libgtkmm-3.0-dev libgtksourceviewmm-3.0-dev
``` ```
@ -29,6 +29,7 @@ make install
## Windows with Cygwin (https://www.cygwin.com/) ## Windows with Cygwin (https://www.cygwin.com/)
**Make sure the PATH environment variable does not include paths to non-Cygwin cmake, make and g++.** **Make sure the PATH environment variable does not include paths to non-Cygwin cmake, make and g++.**
Select and install the following packages from the Cygwin-installer: Select and install the following packages from the Cygwin-installer:
``` ```
pkg-config libboost-devel libgtkmm3.0-devel libgtksourceviewmm3.0-devel xinit pkg-config libboost-devel libgtkmm3.0-devel libgtksourceviewmm3.0-devel xinit

Loading…
Cancel
Save