Commit 674a171b7bf2972ed068b2a1144e9522dc7c2c6d
1 parent
a9fc8524
Exists in
master
and in
11 other branches
Add cmake on Debian / Ubuntu for the MySQL client
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/build.md
| ... | ... | @@ -19,7 +19,7 @@ sudo ufw enable |
| 19 | 19 | grep '^[^#]*PasswordAuthentication' /etc/ssh/sshd_config |
| 20 | 20 | |
| 21 | 21 | # Install dependencies |
| 22 | -sudo apt-get install ruby1.9.1 ruby1.9.1-dev git build-essential | |
| 22 | +sudo apt-get install ruby1.9.1 ruby1.9.1-dev git build-essential cmake | |
| 23 | 23 | sudo gem install --no-ri --no-rdoc bundler |
| 24 | 24 | |
| 25 | 25 | # Create the build user | ... | ... |