aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-02-28 19:35:00 -0800
committerAlexander Blair <snipa@jagtech.io>2020-02-28 19:35:01 -0800
commit442739a34716ede84381880712fb832c64098d9b (patch)
tree0d670cfed921c8d613b55c545be81681fabc5f23 /README.md
parentMerge pull request #6203 (diff)
parentAdd travis freebsd (diff)
downloadmonero-442739a34716ede84381880712fb832c64098d9b.tar.xz
Merge pull request #6204
1d78db27 Add travis freebsd (TheCharlatan)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 59fc01252..c46097358 100644
--- a/README.md
+++ b/README.md
@@ -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.