Browse Source

README and install.md: removed references to boost-system as this is a dependency of boost-filesystem

merge-requests/365/head
eidheim 10 years ago
parent
commit
46dee399b9
  1. 1
      README.md
  2. 4
      docs/install.md

1
README.md

@ -39,7 +39,6 @@ See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for plann
## Dependencies ## Dependencies
* boost-filesystem * boost-filesystem
* boost-system
* boost-regex * boost-regex
* gtkmm-3.0 * gtkmm-3.0
* gtksourceviewmm-3.0 * gtksourceviewmm-3.0

4
docs/install.md

@ -16,7 +16,7 @@
## Debian testing/Linux Mint/Ubuntu ## Debian testing/Linux Mint/Ubuntu
Install dependencies: Install dependencies:
```sh ```sh
sudo apt-get install git cmake make g++ libclang-3.6-dev liblldb-3.6-dev clang-format-3.6 pkg-config libboost-system-dev libboost-filesystem-dev libboost-regex-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev sudo apt-get install git cmake make g++ libclang-3.6-dev liblldb-3.6-dev clang-format-3.6 pkg-config libboost-filesystem-dev libboost-regex-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev
``` ```
Get juCi++ source, compile and install: Get juCi++ source, compile and install:
@ -32,7 +32,7 @@ sudo make install
## Debian stable/Linux Mint Debian Edition/Raspbian ## Debian stable/Linux Mint Debian Edition/Raspbian
Install dependencies: Install dependencies:
```sh ```sh
sudo apt-get install git cmake make g++ libclang-3.5-dev liblldb-3.5-dev clang-format-3.5 pkg-config libboost-system-dev libboost-filesystem-dev libboost-regex-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev sudo apt-get install git cmake make g++ libclang-3.5-dev liblldb-3.5-dev clang-format-3.5 pkg-config libboost-filesystem-dev libboost-regex-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev
``` ```
Get juCi++ source, compile and install: Get juCi++ source, compile and install:

Loading…
Cancel
Save