1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-25 10:47:19 +01:00

README: update

This commit is contained in:
selsta 2019-08-21 23:18:26 +02:00
parent 562c46660a
commit 67e08da918
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -83,7 +83,7 @@ Packaging for your favorite distribution would be a welcome contribution!
- For Debian distributions (Debian, Ubuntu, Mint, Tails...)
`sudo apt install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libzmq3-dev libsodium-dev libhidapi-dev`
`sudo apt install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libzmq3-dev libsodium-dev libhidapi-dev libnorm-dev libusb-1.0-0-dev libpgm-dev`
- For Gentoo
@ -237,6 +237,8 @@ The Monero GUI on Windows is 64 bits only; 32-bit Windows GUI builds are not off
git clone https://github.com/monero-project/monero-gui.git
```
**Note:** Due to some bug in the build process, "monero-gui" repo can't be a top level directory.
7. Build
```