From 5265647e9aa6b3fa5e3b6f0dc795f763375b5e62 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Thu, 29 Sep 2011 16:28:24 +0100 Subject: libxl: Introduce JSON parser We use the yajl parser, but we need to make a tree from the parse result to use it outside the parser. So this patch include json_object struct that is used to hold the JSON data. Signed-off-by: Anthony PERARD Committed-by: Ian Jackson Acked-by: Ian Campbell --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index ff154b2e78..c9bf699be6 100644 --- a/README +++ b/README @@ -47,6 +47,7 @@ provided by your OS distributor: * Development install of openssl (e.g., openssl-dev) * Development install of x11 (e.g. xorg-x11-dev) * Development install of uuid (e.g. uuid-dev) + * Development install of yajl (e.g. libyajl-dev) * bridge-utils package (/sbin/brctl) * iproute package (/sbin/ip) * hotplug or udev -- cgit v1.2.3