aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-06-04 21:47:56 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2017-06-05 09:31:19 -0700
commit2ffc242182c15cbbb26b26a5b1650a1cc4eba3cf (patch)
treee160b65e2bb4531bc0278d44ec246e553f83001f /README
parent9f1e033d31ca9f41aa4fb1fc465b97d537eda6a5 (diff)
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 <pburt0@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
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
--------