doc: getting_started: Add CMake snap installation option

Document how snap can be used on Ubuntu to install a recent CMake
version.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2019-07-25 12:58:10 +02:00 committed by Carles Cufí
commit 51fdef5603

View file

@ -134,6 +134,12 @@ of obtaining a more recent one:
* Check your distribution's beta or unstable release package library for an
update.
* On Ubuntu you can also use snap to get the latest version available:
.. code-block:: console
sudo snap install cmake
You might also want to uninstall the CMake provided by your package manager to
avoid conflicts.