mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #5702
13c0b8c
Add depends riscv 64 bit support (TheCharlatan)
This commit is contained in:
commit
1b373185aa
7 changed files with 20 additions and 1 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue