Skip to content
hgy59 edited this page Sep 12, 2023 · 6 revisions

SynoCommunity CLI Development package specific FAQ

The synocli-devel package provides some development related tools to advanced Linux users:

  • automake
    GNU Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. [GPLv2]
  • autoconf
    Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. [GPLv2]
  • binutils
    The GNU Binutils are a collection of binary tools. The main ones are: ld (linker), as (assembler) and gold (new, faster, ELF only linker). [GPLv2/LGPLv2]
  • LLVM
    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. [GPLv2]
  • m4
    GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible although it has some extensions. [GPLv3]
  • make
    GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. [GPLv3+]
  • pkg-config
    pkg-config is a helper tool used when compiling applications and libraries. [GPLv2]
Clone this wiki locally