This repository was archived by the owner on Jun 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1616## Debian testing/Linux Mint/Ubuntu
1717Install 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
2222Get juCi++ source, compile and install:
@@ -32,7 +32,7 @@ sudo make install
3232## Debian stable/Linux Mint Debian Edition/Raspbian
3333Install 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
3838Get juCi++ source, compile and install:
You can’t perform that action at this time.
0 commit comments