From 9af098b31018d07e671bd5b116fa4ccb31798a57 Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 31 Dec 2015 13:50:30 +0100 Subject: [PATCH] Added Ubuntu 14 lldb instructions --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index a06f88e..8fb9935 100644 --- a/docs/install.md +++ b/docs/install.md @@ -32,7 +32,7 @@ sudo make install ## Ubuntu 14/Linux Mint 17 Install dependencies: ```sh -sudo apt-get install git cmake make g++ libclang-3.6-dev clang-format-3.6 pkg-config libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-log-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-system-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libboost-regex-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev ``` Get juCi++ source, compile and install: