Skip to content
Vincent Fortier edited this page Apr 9, 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.
  • autoconf
    Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages.
  • 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)
  • LLVM
    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies
  • m4
    GNU M4 is an implementation of the traditional Unix macro processor. It is mostly SVR4 compatible although it has some extensions
  • 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
  • pkg-config
    pkg-config is a helper tool used when compiling applications and libraries
Clone this wiki locally