Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Building the package

Juan Gonzalez-Gomez edited this page Jun 27, 2021 · 4 revisions

Manual Building

  • Build:
bash build.sh linux_x86_64
  • Clean:
bash clean.sh linux_x86_64

Target architectures:

  • linux_x86_64
  • linux_i686
  • linux_armv7l
  • linux_aarch64
  • windows_x86
  • windows_amd64
  • darwin
  • darwin_arm64

Final packages will be deployed in the _packages/build_ARCH/ directories.

NOTE: libftdi and libusb libraries are generated for each architecture. In order to obtain a static libusb library, udev has been disabled.


TOOLs-system

Developers

Clone this wiki locally