From 46dee399b9036b6dd51f48f7bc045aab85338111 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 1 May 2016 17:31:25 +0200 Subject: [PATCH] README and install.md: removed references to boost-system as this is a dependency of boost-filesystem --- README.md | 1 - docs/install.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49c4830..c61b337 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for plann ## Dependencies * boost-filesystem -* boost-system * boost-regex * gtkmm-3.0 * gtksourceviewmm-3.0 diff --git a/docs/install.md b/docs/install.md index 0520dec..794a915 100644 --- a/docs/install.md +++ b/docs/install.md @@ -16,7 +16,7 @@ ## Debian testing/Linux Mint/Ubuntu Install dependencies: ```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: @@ -32,7 +32,7 @@ sudo make install ## Debian stable/Linux Mint Debian Edition/Raspbian Install dependencies: ```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: