From: Stefan Bund Date: Tue, 25 Apr 2017 16:59:35 +0000 (+0200) Subject: update documentation X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=f1183b58805d1af12e5b46ef1697a8f0d65ec778;p=emacs-init.git update documentation --- diff --git a/README b/README index 3db29a4..947bc72 100644 --- a/README +++ b/README @@ -1,13 +1,13 @@ -Install the required ubuntu packages (see UBUNTU-PACKAGES) - -Create directory +* Don't forget to (recursively !) initialize git submodules +* Install the required ubuntu packages (see UBUNTU-PACKAGES) +* Create directory ~/.emacs.d/autosave -The rtags tools have to be compiled: +* The rtags tools have to be compiled: $ cd rtags $ cmake . $ make -To use rtags, the rtags daemon must be started and compilation databases added \ No newline at end of file + To use rtags, the rtags daemon must be started and compilation databases added \ No newline at end of file diff --git a/UBUNTU-PACKAGES b/UBUNTU-PACKAGES index 087d70a..d09c225 100644 --- a/UBUNTU-PACKAGES +++ b/UBUNTU-PACKAGES @@ -2,4 +2,6 @@ dash-el pymacs python-ropemacs pyflakes +cmake +llvm libclang-dev \ No newline at end of file