summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSameer Naik <sameer@damagehead.com>2014-08-19 13:18:12 +0530
committerSameer Naik <sameer@damagehead.com>2014-08-19 13:18:14 +0530
commit18a275f693956f2b900b8f70da66f6a1d3e64cf6 (patch)
treea0b9e2409cea9b1fb50cecf97c8d822192d258ce
parent6dc24e3bcfa35daa1a39d65f5eb5bc49729309a5 (diff)
downloadgitlab-ce-18a275f693956f2b900b8f70da66f6a1d3e64cf6.tar.gz
cmake is required during the installation of the rugged gem
The following error is encountered during the installation of the rugged gem: Gem::Ext::BuildError: ERROR: Failed to build gem native extension. /usr/bin/ruby2.1 extconf.rb checking for cmake... no ERROR: CMake is required to build Rugged. *** extconf.rb failed ***
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 44742984ca9..958348062d4 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -49,7 +49,7 @@ up-to-date and install it.
Install the required packages (needed to compile Ruby and native extensions to Ruby gems):
- sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils
+ sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate python-docutils cmake
Make sure you have the right version of Git installed