Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit 46dee39

Browse files
committed
README and install.md: removed references to boost-system as this is a dependency of boost-filesystem
1 parent f66e59e commit 46dee39

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for plann
3939

4040
## Dependencies
4141
* boost-filesystem
42-
* boost-system
4342
* boost-regex
4443
* gtkmm-3.0
4544
* gtksourceviewmm-3.0

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
## Debian testing/Linux Mint/Ubuntu
1717
Install dependencies:
1818
```sh
19-
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
19+
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
2020
```
2121

2222
Get juCi++ source, compile and install:
@@ -32,7 +32,7 @@ sudo make install
3232
## Debian stable/Linux Mint Debian Edition/Raspbian
3333
Install dependencies:
3434
```sh
35-
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
35+
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
3636
```
3737

3838
Get juCi++ source, compile and install:

0 commit comments

Comments
 (0)