mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-12 19:10:27 +03:00
541 B
541 B
Building in FreeBSD
In order to build the INAV firmware in FreeBSD, it is recommended to install Linux Binary Emulation. This will enable you to use the project recommended ARM cross-compiler. The cross-compiler available in Ports tends to be too old to build INAV firmware.
- Install Linux binary emulation
- Install the following packages (
pkg
provides suitable versions)
git
cmake
make
ruby
- Follow the Building in Linux guide.