[[hacks:zephyrproject|Zephyr Project @ VHS]] The following instructions are for building the latest version of Zephyr, which uses CMake for configuring the build instead of Automake. ===Build the latest version of CMake === git clone https://gitlab.kitware.com/cmake/cmake.git cd cmake/ git tag -l git checkout v3.8.2 ./bootstrap && make -j8 sudo make install type -a cmake dpkg -S /usr/bin/cmake gvim -p ~/.bashrc ~/.profile alias cmake='/usr/local/bin/cmake' wget https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/download/0.9.2/zephyr-sdk-0.9.2-setup.run sudo bash zephyr-sdk-0.9.2-setup.run === Download the Latest Zephyr Code === git clone