From 2ffc242182c15cbbb26b26a5b1650a1cc4eba3cf Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 4 Jun 2017 21:47:56 -0500 Subject: cmake: add option to disable sync via libsoup Adds a cmake option HARDINFO_NOSYNC to disable libsoup and remote sync. * Workaround for incompatible libsoup (ex: on raspbian) * xmlrpc.hardinfo.org is down and sync isn't currently available anyway. Use: cmake -DHARDINFO_NOSYNC=1 .. Signed-off-by: Burt P --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 8dfcf163..5484dfe0 100644 --- a/README +++ b/README @@ -23,6 +23,9 @@ Required: Optional (for synchronization/remote): - Libsoup 2.24 (or newer) +If having trouble building with libsoup, disable it with: + cmake -DHARDINFO_NOSYNC=1 + BUILDING -------- -- cgit v1.2.3