Change example to libclang-9-dev
This commit is contained in:
parent
6ef6f806d3
commit
5fe1fd7ae2
|
@ -19,8 +19,7 @@ export EDITOR="vim"
|
||||||
export VISUAL="vim"
|
export VISUAL="vim"
|
||||||
export LS_COLORS="di=1;34:ln=31;47:so=32:pi=33:ex=1;32:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43"
|
export LS_COLORS="di=1;34:ln=31;47:so=32:pi=33:ex=1;32:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43"
|
||||||
|
|
||||||
# Example path for autocompletion using libclang1 package, obtained by the following command
|
# Example path for autocompletion using libclang-9-dev package, obtained by the following command
|
||||||
# find /usr/ -name libclang.so.1 2>/dev/null
|
# find /usr/ -name libclang.so.1 2>/dev/null
|
||||||
#export LIBCLANG="/usr/lib/llvm-6.0/lib/libclang.so.1"
|
#export LIBCLANG="/usr/lib/llvm-9/lib/libclang.so.1"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue