a2c18d4bb4daf9857fd642faccbfe6ff111aa4e3
[AGL/documentation.git] / docs / 3_Developer_Guides / 3_Using_the_CMAKE_Applications_Module / 2_Installing CMake Templates.md
1 ---
2 edit_link: ''
3 title: Installing CMake Templates
4 origin_url: >-
5   https://git.automotivelinux.org/src/cmake-apps-module/plain/docs/dev_guide/installing-cmake.md?h=master
6 ---
7
8 <!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/devguides/master/cmake-apps-module-guides-devguides-book.yml -->
9
10 # Installing CMake Templates
11
12 You can install CMake templates on your native Linux system.
13
14 In order to use the templates, you need to install them as
15 a CMake module.
16 On your native Linux system, use your distribution's package manager.
17 See the
18 "[Prerequisites](../../2-download-packages.html)"
19 section for how to install packages using your distribution's package
20 manager.
21 Be sure to use the following with you install the packages:
22
23 ```bash
24 export DISTRO="xUbuntu_16.10"
25 export REVISION=Master
26 ```
27
28 **NOTE:** In order to use the CMake templates, you must be using the
29 AGL Guppy release.
30 You cannot use prior releases.
31
32 ## Installing on Debian or Ubuntu
33
34 Use the following command to install AGL's CMake Application Module
35 on a native Debian or Ubuntu system:
36
37 ```bash
38 sudo apt-get install agl-cmake-apps-module-bin
39 ```
40
41 ## Installing on OpenSUSE
42
43 Use the following command to install AGL's CMake Application Module
44 on a native OpenSUSE system:
45
46 ```bash
47 sudo zypper install agl-cmake-apps-module
48 ```
49
50 ## Installing on Fedora
51
52 Use the following command to install AGL's CMake Application Module
53 on a native Fedora system:
54
55 ```bash
56 sudo dnf install agl-cmake-apps-module
57 ```
58
59