diff options
author | TheCharlatan <seb.kung@gmail.com> | 2019-06-27 00:25:47 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2019-08-20 15:24:47 +0200 |
commit | 13c0b8c265727ae1e0e9c604ea3fbf44bb749f2c (patch) | |
tree | 39cae8d5601ac9a267509b9322ee3e9b9c9e589e /README.md | |
parent | Merge pull request #5635 (diff) | |
download | monero-13c0b8c265727ae1e0e9c604ea3fbf44bb749f2c.tar.xz |
Add depends riscv 64 bit support
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |