0639200153
We import the scripts from ycmd with a couple of modifications: - don't set YCM_CORES=1 as we didn't before, and this makes the build a lot faster - don't install gcc-4.8 as we didn't before - install argparse as it is not available in python2.6
4 lines
82 B
Bash
4 lines
82 B
Bash
# Linux installation
|
|
|
|
virtualenv -p python${YCMD_PYTHON_VERSION} ${YCMD_VENV_DIR}
|