From 501894e6e913f8e91fb7e437564ea56431582a8a Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Thu, 21 Jan 2016 08:42:30 +0100 Subject: [PATCH] Removed bold message from the first two Linux instructions --- docs/install.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/install.md b/docs/install.md index 60fddbc..91af7c1 100644 --- a/docs/install.md +++ b/docs/install.md @@ -12,8 +12,6 @@ - [Run](#run) ## Debian testing/Linux Mint/Ubuntu -**Currently, if using another libclang version, the same version of lldb is needed.** - 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-thread-dev libboost-filesystem-dev libboost-log-dev libboost-regex-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev @@ -30,8 +28,6 @@ sudo make install ``` ## Debian stable -**Currently, if using another libclang version, the same version of lldb is needed.** - 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-thread-dev libboost-filesystem-dev libboost-log-dev libboost-regex-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev