aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2019-06-27 00:25:47 +0200
committerTheCharlatan <seb.kung@gmail.com>2019-08-20 15:24:47 +0200
commit13c0b8c265727ae1e0e9c604ea3fbf44bb749f2c (patch)
tree39cae8d5601ac9a267509b9322ee3e9b9c9e589e /README.md
parentMerge pull request #5635 (diff)
downloadmonero-13c0b8c265727ae1e0e9c604ea3fbf44bb749f2c.tar.xz
Add depends riscv 64 bit support
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 10c0daa28..acca5ad95 100644
--- a/README.md
+++ b/README.md
@@ -624,6 +624,8 @@ You can also cross-compile static binaries on Linux for Windows and macOS with t
* Requires: `g++-arm-linux-gnueabihf`
* ```make depends target=aarch64-linux-gnu``` for armv8 binaries.
* Requires: `g++-aarch64-linux-gnu`
+* ```make depends target=riscv64-linux-gnu``` for RISC V 64 bit binaries.
+ * Requires: `g++-riscv64-linux-gnu`
The required packages are the names for each toolchain on apt. Depending on your distro, they may have different names.