diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-26 06:10:53 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-26 06:10:53 +0200 |
commit | 1646009724406cd36975f1d25cdb8cfb3a6f7832 (patch) | |
tree | 4b48036c12632974a06a424eb805ea232070544c /doc/update/7.1-to-7.2.md | |
parent | b5cc8136127326b953663abda962985d111fa250 (diff) | |
download | gitlab-ce-1646009724406cd36975f1d25cdb8cfb3a6f7832.tar.gz |
Add pkg-config as required dependency for rugged
Diffstat (limited to 'doc/update/7.1-to-7.2.md')
-rw-r--r-- | doc/update/7.1-to-7.2.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/update/7.1-to-7.2.md b/doc/update/7.1-to-7.2.md index 408ed42cdbb..04b9ce76a14 100644 --- a/doc/update/7.1-to-7.2.md +++ b/doc/update/7.1-to-7.2.md @@ -51,11 +51,11 @@ sudo -u git -H git checkout v1.9.7 ### 4. Install new system dependencies -The latest version of the 'rugged' gem requires cmake to build its native -extensions. +The latest version of the 'rugged' gem requires `pkg-config` and `cmake` to +build its native extensions. ```bash -sudo apt-get install cmake +sudo apt-get install pkg-config cmake ``` ### 5. Install libs, migrations, etc. |