diff options
author | TheCharlatan <seb.kung@gmail.com> | 2019-12-02 00:02:38 +0100 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2019-12-02 01:04:40 +0100 |
commit | 1d78db270997a60385da4a5baf2457911af9c406 (patch) | |
tree | 530da823af5192165e110b6900e861650d013763 /README.md | |
parent | Merge pull request #6174 (diff) | |
download | monero-1d78db270997a60385da4a5baf2457911af9c406.tar.xz |
Add travis freebsd
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -547,6 +547,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. |