diff options
author | 0 <0> | 2021-05-21 22:50:39 +0900 |
---|---|---|
committer | 0 <0> | 2021-05-21 22:50:39 +0900 |
commit | 32264925b9cc54b8b8b92fa40e0717095a1bb9d7 (patch) | |
tree | 640baf7342f30e5cfb6f39a5952a06a172bc75cd /README.md | |
parent | 5c0cca5b770cb30d547f3d7c56be9f46aa1a31b8 (diff) |
initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 41 |
1 files changed, 40 insertions, 1 deletions
@@ -1 +1,40 @@ -# refgui
\ No newline at end of file +# 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) + |