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

Commit dcd57d3

Browse files
committed
Updated dependency install for Debian/Linux Mint/Ubuntu
1 parent ff6bcd3 commit dcd57d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
## Debian/Linux Mint/Ubuntu
1818
Install dependencies:
1919
```sh
20-
sudo apt-get install git cmake make g++ libclang-3.8-dev liblldb-3.8-dev clang-format pkg-config libboost-filesystem-dev libboost-serialization-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev libgit2-dev exuberant-ctags
20+
sudo apt-get install libclang-4.0-dev liblldb-4.0-dev || sudo apt-get install libclang-3.8-dev liblldb-3.8-dev
21+
sudo apt-get install git cmake make g++ clang-format pkg-config libboost-filesystem-dev libboost-serialization-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev libgit2-dev exuberant-ctags
2122
```
2223

2324
Get juCi++ source, compile and install:

0 commit comments

Comments
 (0)