diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 10:24:05 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 10:24:05 +0000 |
commit | 32e25cbca210a359b09768537b6f443fe90a3070 (patch) | |
tree | 3309794c15d8a8f8e9c1c08cad072ee1378813ba /CAN-binder/README.md | |
parent | 76c43dec62b2e21cd6446360c00d4fe6b437533f (diff) |
Separation Generator to a dedicated repo
Change-Id: Id94831651c3266861435272a6e36c7884bef2c45
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/README.md')
-rw-r--r-- | CAN-binder/README.md | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/CAN-binder/README.md b/CAN-binder/README.md deleted file mode 100644 index e5146589..00000000 --- a/CAN-binder/README.md +++ /dev/null @@ -1,46 +0,0 @@ -Short instructions to build CAN-binder project -================================= - -Prerequisites ----------------- - -Here are the prerequisite to build the project: - -- CMake >= 3.3 -- g++ >= 4.9 -- AGL Application framework binder -- NodeJS >= 6, to build html5 demo UI. - -Build instructions ----------------------- - -You can use the helper script `build.mk` to build the project : - -```bash -# Cleaning existing build dir -./build.mk mrproper -# Only build the binding -./build.mk build -# Package the binding and the demo UI. Will need NodeJS >= v6 -./build.mk package -``` - -Or using the CMake way: - -```bash -# Get some help to build stuff -git submodule init -git submodule update -# And go to build it -mkdir build -cd build -cmake .. -# Only build -make -# Build and package tree filled -make populate -# Build and generate a Widget file -make widget -``` - -The project is built in `build` directory, `package` directory will holds the _wgt_ file generated, this is used by Yocto buildsystem to include an AGL application cleanly in an AGL image. `conf.d/packaging` will contains widget configuration file.
\ No newline at end of file |