diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 14:49:09 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-21 14:49:09 -0500 |
commit | 1b373185aa2c9df3ffccc4204f91839c8768e466 (patch) | |
tree | 7ad0de35887022ec0036593111089116c662dffd /README.md | |
parent | Merge pull request #5511 (diff) | |
parent | Add depends riscv 64 bit support (diff) | |
download | monero-1b373185aa2c9df3ffccc4204f91839c8768e466.tar.xz |
Merge pull request #5702
13c0b8c Add depends riscv 64 bit support (TheCharlatan)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -535,6 +535,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. |