Changes between Version 24 and Version 25 of doc/buildAndInstall/req


Ignore:
Timestamp:
11/04/24 17:15:10 (3 weeks ago)
Author:
andrew_b
Comment:

Add musl and clang

Legend:

Unmodified
Added
Removed
Modified
  • doc/buildAndInstall/req

    v24 v25  
    44||[http://www.gnu.org/software/libc/ glibc]||glibc-headers||Main GNU C Library|| 
    55||[http://uclibc.org/ uClibc]||uclibc-source (deb)||Alternative to glibc for embedded or lean systems like !OpenWrt or Freetz|| 
     6||[https://www.musl-libc.org/ musl]||musl-dev (deb)[[BR]]musl-devel (rpm)||Alternative to glibc|| 
    67||[http://gcc.gnu.org/ gcc]||gcc||GNU C Compiler|| 
     8||[https://clang.llvm.org/ clang]||clang||Alternative to GCC|| 
    79||[http://www.gnu.org/software/make/ make]||make||Utility for building and linking programs and libraries|| 
    810||[http://www.gnu.org/software/autoconf/ autoconf >= 2.64]||autoconf||Utility for automatic configuration of the source tree before the build process starts||