Преглед изворни кода

fix documentation to provide ccmake (#1350)

* fix documentation to provide ccmake

* Update building.rst
StalderT пре 6 година
родитељ
комит
d41efd673e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      doc/building.rst

+ 1 - 0
doc/building.rst

@@ -25,6 +25,7 @@ Building with CMake on Ubuntu or Debian
    sudo apt-get install git build-essential gcc pkg-config cmake python python-six
 
    # enable additional features
+   sudo apt-get install cmake-curses-gui # for ccmake
    sudo apt-get install liburcu-dev # for multithreading
    sudo apt-get install check # for unit tests
    sudo apt-get install python-sphinx graphviz # for documentation generation