mirror of
https://github.com/monero-project/monero.git
synced 2025-08-21 17:48:16 -04:00
Add depends riscv 64 bit support
This commit is contained in:
parent
8adde33e01
commit
13c0b8c265
7 changed files with 20 additions and 1 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue