X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=0c0462d26dfc08a362a784fa0a5ac5e63e309506;hb=73db33eea16f50935f321f7bf5201a1ffde09003;hp=acf2a3ab7900cad2b8bd5654deda5d56f1db296c;hpb=5a87b82700a736e7c443023399da3d2a31098895;p=staging%2Fxdg-launcher.git diff --git a/README.md b/README.md index acf2a3a..0c0462d 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,28 @@ A typical project architecture would be : Usage ------ -Once installed, use them by customize depending on your project with file -`\/etc/config.cmake`. +Install the reference files to the root path of your project, then once +installed, customize your project with file `\/etc/config.cmake`. + +Typically, to copy files use a command like: + +```bash +cp reference/etc reference/packaging +cp reference/AGLbuild +``` Specify manually your targets, you should look at samples provided in this repository to make yours. Then when you are ready to build, using `AGLbuild` that will wrap CMake build command: ```bash -`./AGLBuild` package +./AGLbuild package ``` +AGLbuild is not mandatory to build your project by will be used by `bitbake` +tool when building application from a Yocto workflow that use this entry point +to get its widget file. + Or with the classic way : ```bash