diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-11 15:47:26 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-04-11 15:47:26 +0200 |
commit | b7591d16c2686214d5d8dcc0739a233f15aee5db (patch) | |
tree | e89fbc60a99800697c2de2b2876c73de91177e9e /README.md | |
parent | ad366bd680d5ce0bef49242cf6b3902fe46e0141 (diff) |
Remove boost library dependency.
Use a simple optarg parser.
Change-Id: If0cd9da9db24a7889573e32f6b8ace33702c2c35
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -13,16 +13,6 @@ The reference documentation of the JSON file can be found [here](https://github. * CMake version 3.0 or later
* G++, Clang++ or any C++11 complient compiler.
-* Boost
- * filesystem
- * program_options
- * system
-
-You can install any of these using your package manager. For instance, inside the iotbzh's docker image, you must enter this command :
-
- sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-program-options-dev
-
-You may want to install `libboost-all-dev` to get all boost components even if it's not required.
* Make sure you already set up the AGL SDK using the following [SDK Quick Setup Guide](http://docs.iot.bzh/docs/getting_started/en/dev/reference/setup-sdk-environment.html). Alternatively, please refer to official guides available on [AGL Developer Site](http://docs.automotivelinux.org/docs/devguides/en/dev/#guides).
|