Ubuntu install docs now mention build-essential

This commit is contained in:
Strahinja Val Markovic 2013-02-23 11:44:58 -08:00
parent 2fdfa85a73
commit 78b5ef93cf

View File

@ -124,7 +124,7 @@ Install YouCompleteMe with [Vundle][].
using Vundle and the ycm_core library API has changed (happens rarely), YCM will
notify you to recompile it. You should then rerun the install process.
Install CMake. `sudo apt-get install cmake`
Install development tools and CMake: `sudo apt-get install build-essential cmake`
Make sure you have Python headers installed: `sudo apt-get install python-dev`.