lang/cc: update README
This commit is contained in:
parent
1aae5c9242
commit
01fa9ec169
1 changed files with 3 additions and 3 deletions
|
@ -56,8 +56,8 @@ This module adds support for the C-family of languages: C, C++, and Objective-C.
|
||||||
* Prerequisites
|
* Prerequisites
|
||||||
This module requires
|
This module requires
|
||||||
|
|
||||||
+ irony-server (if ~+irony~ is enabled)
|
+ irony-server
|
||||||
+ rtags (if ~+rtags~ is enabled)
|
+ rtags
|
||||||
|
|
||||||
** irony-server
|
** irony-server
|
||||||
Irony powers the code completion, eldoc and syntax checking systems.
|
Irony powers the code completion, eldoc and syntax checking systems.
|
||||||
|
@ -75,7 +75,7 @@ git clone https://github.com/Sarcasm/irony-mode irony-mode
|
||||||
mkdir irony-mode/server/build
|
mkdir irony-mode/server/build
|
||||||
pushd irony-mode/server/build
|
pushd irony-mode/server/build
|
||||||
|
|
||||||
DEST="$HOME/.emacs.d/.local/$(hostname)/etc/irony-server/"
|
DEST="$HOME/.emacs.d/.local/etc/irony-server/"
|
||||||
cmake -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
|
cmake -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX="$DEST" ../
|
-DCMAKE_INSTALL_PREFIX="$DEST" ../
|
||||||
cmake --build . --use-stderr --config Release --target install
|
cmake --build . --use-stderr --config Release --target install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue