Merge pull request #6204

1d78db27 Add travis freebsd (TheCharlatan)
This commit is contained in:
Alexander Blair 2020-02-28 19:35:00 -08:00
commit 442739a347
No known key found for this signature in database
GPG key ID: C64552D877C32479
2 changed files with 7 additions and 0 deletions

View file

@ -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.