final tt updates
[emacs-init.git] / README
1 * Don't forget to (recursively !) initialize git submodules
2 * Install the required ubuntu packages (see UBUNTU-PACKAGES)
3 * Create directory
4
5     ~/.emacs.d/autosave
6
7 * The rtags tools have to be compiled:
8
9     $ cd rtags
10     $ mkdir build
11     $ cd build
12     $ PATH=/usr/lib/llvm-6.0/bin:$PATH cmake ..
13     $ make -j72
14
15   To use rtags, the rtags daemon must be started and compilation databases added