From 25bff655e15645c621f92f09c89293917006b220 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Mon, 6 Mar 2017 21:49:36 +0200 Subject: [PATCH 1/4] Indents added in Ubuntu section Indents added in Ubuntu section (for easier copy&pasting) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acedf9f1..0d0374a0 100644 --- a/README.md +++ b/README.md @@ -228,10 +228,13 @@ using Vundle and the ycm_core library APIs have changed (happens rarely), YCM will notify you to recompile it. You should then rerun the install process. -Install development tools and CMake: `sudo apt-get install build-essential cmake` +Install development tools and CMake: -Make sure you have Python headers installed: `sudo apt-get install python-dev -python3-dev`. + sudo apt-get install build-essential cmake + +Make sure you have Python headers installed: + + sudo apt-get install python-dev python3-dev Compiling YCM **with** semantic support for C-family languages: From 905c2a5a1d4871397643ac6844fe420b07442db8 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Tue, 7 Mar 2017 16:43:56 -0800 Subject: [PATCH 2/4] Indents added in Fedora section --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d0374a0..daf32908 100644 --- a/README.md +++ b/README.md @@ -295,10 +295,13 @@ using Vundle and the ycm_core library APIs have changed (happens rarely), YCM will notify you to recompile it. You should then rerun the install process. -Install development tools and CMake: `sudo dnf install automake gcc gcc-c++ kernel-devel cmake` +Install development tools and CMake: + + sudo dnf install automake gcc gcc-c++ kernel-devel cmake -Make sure you have Python headers installed: `sudo dnf install python-devel -python3-devel`. +Make sure you have Python headers installed: + + sudo dnf install python-devel python3-devel`. Compiling YCM **with** semantic support for C-family languages: From 55e7bc1674472ccff6801361bc377eed48ee9fc2 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Tue, 7 Mar 2017 16:44:42 -0800 Subject: [PATCH 3/4] Cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index daf32908..d03c9067 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ Install development tools and CMake: Make sure you have Python headers installed: - sudo dnf install python-devel python3-devel`. + sudo dnf install python-devel python3-devel Compiling YCM **with** semantic support for C-family languages: From 93955fc5e5e6a7464d8f8975bdfd9c5d760c0ecc Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Wed, 8 Mar 2017 20:48:48 +0200 Subject: [PATCH 4/4] Trailing spaces removed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d03c9067..b0a9b563 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ rarely), YCM will notify you to recompile it. You should then rerun the install process. Install development tools and CMake: - + sudo dnf install automake gcc gcc-c++ kernel-devel cmake Make sure you have Python headers installed: