From f502b03b5932a9c6eddf3301210c92292a1ce796 Mon Sep 17 00:00:00 2001 From: Brendan Long Date: Wed, 6 Jan 2016 12:58:42 -0500 Subject: [PATCH] Add libuuid to dependencies and give example apt-get command. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3fc2ffb..eb2c0a2 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,14 @@ You will need libaries and development headers for: * [The AllJoyn standard core (C++)](https://allseenalliance.org/framework/download) v15.09a * libxml2 * OpenSSL's libcrypto + * libuuid See: [AllJoyn's instructions for building on Linux](https://allseenalliance.org/framework/documentation/develop/building/linux) +### Ubuntu + + sudo apt-get install build-essential libcap-dev uuid-dev libxml2-dev libssl-dev + ## Building Right now we're only building on OSX/Linux. -- GitLab