summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 470771473a3fb1735cbedbf6db5719ffee56c296 (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
# Description
refgui is cluster reference GUI implementation in Automotive Grade Linux(AGL) Instrument Cluster Expert Group.  

# Requirement
These libraries are required.  
- Qt5.13 or later version
- cluster-service which is implemented in AGL

# Building
```sh
mkdir <build_dir>
cd <build_dir>
cmake ..
make
```

# Installing
```sh
sudo make install
```

Application is installed in /opt/apps. If you would like to change installation directory. You can change it by using APPS_INST_DIR option during building process:  
```sh
cmake .. -DAPPS_INST_DIR=<installation directory>
```

# Usage

```sh
cd <installation directory>
./cluster
```

# License(Software)
refgui is licensed under the [MIT](https://github.com/agl-ic-eg/refgui/blob/main/LICENSE) license.  

# License(Font)
Inter Font is included in this software and Inter Font is licensed under SIL Open Font License 1.1.  
[https://github.com/rsms/inter](https://github.com/rsms/inter)