diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-02-28 19:35:00 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-02-28 19:35:01 -0800 |
commit | 442739a34716ede84381880712fb832c64098d9b (patch) | |
tree | 0d670cfed921c8d613b55c545be81681fabc5f23 /README.md | |
parent | Merge pull request #6203 (diff) | |
parent | Add travis freebsd (diff) | |
download | monero-442739a34716ede84381880712fb832c64098d9b.tar.xz |
Merge pull request #6204
1d78db27 Add travis freebsd (TheCharlatan)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -529,6 +529,11 @@ You can also cross-compile static binaries on Linux for Windows and macOS with t * Requires: `g++-aarch64-linux-gnu` * ```make depends target=riscv64-linux-gnu``` for RISC V 64 bit binaries. * Requires: `g++-riscv64-linux-gnu` +* ```make depends target=x86_64-unknown-freebsd``` for freebsd binaries. + * Requires: `clang-8` +* ```make depends target=arm-linux-android``` for 32bit android binaries +* ```make depends target=aarch64-linux-android``` for 64bit android binaries + The required packages are the names for each toolchain on apt. Depending on your distro, they may have different names. |