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:
parent
137ea74052
commit
51fdef5603
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue