summaryrefslogtreecommitdiffstats
path: root/docs/dev_guide/installing-cmake.md
blob: d1edcb619c00f5b8f5fd7f0515a7f17b14ea289f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Installing CMake Templates

You can install CMake templates on your native Linux system.

In order to use the templates, you need to install them as
a CMake module.
On your native Linux system, use your distribution's package manager.
See the
"[Prerequisites](../../2-download-packages.html)"
section for how to install packages using your distribution's package
manager.
Be sure to use the following with you install the packages:

```bash
export DISTRO="xUbuntu_16.10"
export REVISION=Master
```

**NOTE:** In order to use the CMake templates, you must be using the
AGL Guppy release.
You cannot use prior releases.

## Installing on Debian or Ubuntu

Use the following command to install AGL's CMake Application Module
on a native Debian or Ubuntu system:

```bash
sudo apt-get install agl-cmake-apps-module-bin
```

## Installing on OpenSUSE

Use the following command to install AGL's CMake Application Module
on a native OpenSUSE system:

```bash
sudo zypper install agl-cmake-apps-module
```

## Installing on Fedora

Use the following command to install AGL's CMake Application Module
on a native Fedora system:

```bash
sudo dnf install agl-cmake-apps-module
```