Browse Source

added install cmake to ubuntu section

pull/93/head
maxfry_v6 2 months ago
parent
commit
f15e80c752
  1. 4
      docs/devs/building/unix.md

4
docs/devs/building/unix.md

@ -55,9 +55,9 @@ Also there is `-L` flag for CMake that could be used to list current cached opti @@ -55,9 +55,9 @@ Also there is `-L` flag for CMake that could be used to list current cached opti
Debian/Ubuntu
-------------
You will need a compiler and other tools that could be installed with `build-essential` and `debhelper` packages:
You will need a compiler and other tools that could be installed with `build-essential`, `debhelper` and `cmake` packages:
sudo apt-get install build-essential debhelper
sudo apt-get install build-essential debhelper cmake
Also you will need a bunch of development libraries:

Loading…
Cancel
Save