From 4671571c93db7f083db21cfca526ac382cdfc7ad Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 23 Feb 2015 23:04:38 +0100 Subject: Major improvement in the sm-get-value utility: o Adding command line option parsing through boost::program_option Current options: --device, --sensor --format selects between CSV and JSON output. --sleep controls single reads vs continuous reads. o Adding JSON output. o Adding support for Release builds without debugging info. Needs improvement. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec9c88c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# My BLE (Bluetooth Low Energy) Toys + +Building: + + mkdir build + cd build + cmake .. + make -j + +This will build a Debug release by default. Add `-DCMAKE_BUILD_TYPE=Release` to build a release build. -- cgit v1.2.3