aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-10-11 12:57:27 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-10-11 12:57:27 -0500
commitd0a3eb1e7eefc6435870496c365f60e4469c2eb2 (patch)
treebe58dab34af55515a703550e54c8da029b3ca57b /README.md
parentMerge pull request #7912 (diff)
parentDoc: building gtest on Debian and Ubuntu (diff)
downloadmonero-d0a3eb1e7eefc6435870496c365f60e4469c2eb2.tar.xz
Merge pull request #7954
313edb2 Doc: building gtest on Debian and Ubuntu (ralphmapper)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4ff5d6d96..1df1e1a9f 100644
--- a/README.md
+++ b/README.md
@@ -184,7 +184,14 @@ library archives (`.a`).
| libudev | ? | No | `libudev-dev` | `systemd` | `eudev-libudev-devel` | `systemd-devel` | YES | Hardware wallet |
[1] On Debian/Ubuntu `libgtest-dev` only includes sources and headers. You must
-build the library binary manually. This can be done with the following command ```sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ ```
+build the library binary manually. This can be done with the following command `sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make`
+then:
+
+* on Debian:
+ `sudo mv libg* /usr/lib/`
+* on Ubuntu:
+ `sudo mv lib/libg* /usr/lib/`
+
[2] libnorm-dev is needed if your zmq library was built with libnorm, and not needed otherwise
Install all dependencies at once on Debian/Ubuntu: