diff options
| author | 2016-02-02 17:42:09 +0000 | |
|---|---|---|
| committer | 2016-02-02 17:42:09 +0000 | |
| commit | 298f00afa5d5a65aa39f7036d2c925ce57a95e5a (patch) | |
| tree | f55a342ab050a0d29b9b13067e1506f77fb42a42 | |
| parent | fix / cleanup: nowrap doesnt work anymore, replace with white-space style (diff) | |
| download | KVIrc-298f00afa5d5a65aa39f7036d2c925ce57a95e5a.tar.gz KVIrc-298f00afa5d5a65aa39f7036d2c925ce57a95e5a.tar.bz2 KVIrc-298f00afa5d5a65aa39f7036d2c925ce57a95e5a.zip | |
add update to cmake install.
| -rw-r--r-- | doc/INSTALL.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index 8724147d0..36fed6f85 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -105,9 +105,12 @@ For further information on these libraries read 4. Configuring the environment - For cmake 3.1.0 run: + For cmake >= 3.1.0 run: $ sudo add-apt-repository ppa:george-edison55/cmake-3.x -y + $ sudo apt-get update + + Note: Make sure cmake 3.1.x or better installed before proceeding For Ubuntu or variant distributions the complete list of dependencies and installation command is: |
