From b7591d16c2686214d5d8dcc0739a233f15aee5db Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 11 Apr 2017 15:47:26 +0200 Subject: Remove boost library dependency. Use a simple optarg parser. Change-Id: If0cd9da9db24a7889573e32f6b8ace33702c2c35 Signed-off-by: Romain Forlot --- README.md | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d24ce07e..d4127b8a 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit 1.2.3-korg