aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-07-11 23:58:41 -0500
committerLeandro Pereira <leandro@hardinfo.org>2017-07-12 19:38:41 -0700
commit3824849f670ea9249a35a72b1f8f475e5f3fdea3 (patch)
tree10c17f4af808b60419f32bc8bfeb5481b6812fea
parentb89c02ba7800c50dc85d985d85de0d18baaf8e30 (diff)
Minor README update
Signed-off-by: Burt P <pburt0@gmail.com>
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 5484dfe0..90b3555c 100644
--- a/README
+++ b/README
@@ -19,6 +19,7 @@ DEPENDENCIES
Required:
- GTK+ 2.10 (or newer)
- GLib 2.10 (or newer)
+- Zlib (for zlib benchmark)
Optional (for synchronization/remote):
- Libsoup 2.24 (or newer)
@@ -26,6 +27,11 @@ Optional (for synchronization/remote):
If having trouble building with libsoup, disable it with:
cmake -DHARDINFO_NOSYNC=1
+If using Debian/Ubuntu or similar, and non-English language
+doesn't work, try:
+ cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+
BUILDING
--------
@@ -48,6 +54,8 @@ There are some variables that can be changed:
and are not recommended for general use
CMAKE_INSTALL_PREFIX Sets the installation prefix.
[Default: /usr/local]
+ HARDINFO_NOSYNC Disables network synchronization
+ [Default: 1]
To set a variable, pass use cmake's -D command-line parameter. For example: