Difference between revisions of "Cmake"
From Wiki at Neela Nurseries
m |
m (→Install latest version of cmake) |
||
Line 32: | Line 32: | ||
* https://askubuntu.com/questions/355565/how-do-i-install-the-latest-version-of-cmake-from-the-command-line | * https://askubuntu.com/questions/355565/how-do-i-install-the-latest-version-of-cmake-from-the-command-line | ||
− | |||
− | |||
<!-- | <!-- | ||
− | |||
− | |||
The most common situation is when you want to install the latest version of cmake, but your Operating System's repositories are not updated. For example, in my case I have a laptop running Ubuntu 16.04, and when I executed the command sudo apt install cmake the installed version was 3.5.1; instead of 3.21.1 which is the current version at cmake.org. | The most common situation is when you want to install the latest version of cmake, but your Operating System's repositories are not updated. For example, in my case I have a laptop running Ubuntu 16.04, and when I executed the command sudo apt install cmake the installed version was 3.5.1; instead of 3.21.1 which is the current version at cmake.org. | ||
How can I get the latest version? | How can I get the latest version? |
Revision as of 03:58, 29 September 2021
Zephyr RTOS building blocks :: Device Tree Source :: Kconfig :: cmake :: `west` manifest files
2021-08-06
Starting a page for cmake
notes here. Links to cmake site:
- https://cmake.org/overview/
- https://cmake.org/examples/ . . . very limited, need other resources
Longer guides:
A Nordic Semi document on `cmake` and its role in the build process of Zephyr based applications:
2021-08-17 - search for cmake / Zephyr means to add sources to a Zephyr based project:
Install latest version of cmake
^ Zephyr Threads Tutorial by Maksim Drachov