Download Latest Version monolithic-fll-0.6.14.tar.gz (2.4 MB)
Email in envelope

Get an email when there's a new version of Featureless Linux Library

Home / FLL-0.7 / 0.7.1 / monolithic
Name Modified Size InfoDownloads / Week
Parent folder
monolithic-fll-0.7.1.tar.gz 2025-04-30 2.0 MB
monolithic-fll-0.7.1.tar.asc 2025-04-30 228 Bytes
monolithic-fll-0.7.1.tar.sha256 2025-04-30 91 Bytes
readme.txt 2025-04-30 1.3 kB
Totals: 4 Items   2.0 MB 0
The sources in this directory provide the *monolithic* build type of the *Featureless Linux Library*.

The different package setups, *individual*, *level*, *monolithic*, and *stand_alone* are now provided and have their build type prepended to the package name.
The programs prepended with *monolithic*  default to *monolithic* but may be compiled against *level* and *individual*.
The *stand_alone*  is only available for select programs and these have no dependencies within the project itself.

The FLL can be compiled following the *monolithic* build type using one of the following methods:
  - `./boostrap.sh build -m monolithic`
  - `fake build -m monolithic`

To compile using **CLang** instead of **GCC** while utilizing the *monolithic* build, instead do the following:
  - `./boostrap.sh build -m monolithic -m clang`
  - `fake build -m monolithic -m clang`

Then it can be installed by either manually copying from the `build/` directory or by invoking the install helper script:
  - `su -c './install.sh'`

The available programs, such as `fake`, are provided in their own packages as well.
These programs can be compiled using any of the build modes (but still require the FLL be compiled using that same mode):
  - individual
  - level
  - monolithic
Source: readme.txt, updated 2025-04-30