From 1d78db270997a60385da4a5baf2457911af9c406 Mon Sep 17 00:00:00 2001 From: TheCharlatan Date: Mon, 2 Dec 2019 00:02:38 +0100 Subject: Add travis freebsd --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7b6b252e0..fd8016ef7 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3