X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=2637f7f811213476bfa978a54188f0a0a2473231;hb=d1530f94446bf69599664b0341be35317e18b8b5;hp=f346327267ee41fc3a197b0b13c6115bd71faead;hpb=16db388d019dba0dcae16004c5529d5ee0760b3a;p=apps%2Fagl-service-can-low-level.git diff --git a/README.md b/README.md index f3463272..2637f7f8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ -# Low level CAN signaling binder +# CAN signaling binder -Low level CAN bus binder, based upon OpenXC vi-firmware project. +CAN bus binder, based upon OpenXC vi-firmware project. Full document can be found under `docs` directory. -Note that your can use gitbook to serve documentation: + +# Fast build procedure + +Just use autobuild script: + +```bash +./conf.d/autobuild/agl/autobuild build +./conf.d/autobuild/agl/autobuild package ``` -mkdir build && cd build -cmake .. -make serve-docs -``` \ No newline at end of file + +This will build both projects under build directory for each of them with default configuration.