The sources in this directory provide the *individual* 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 *individual* build type using one of the following methods: - `./boostrap.sh build -m individual` - `fake build -m individual` To compile using **CLang** instead of **GCC** while utilizing the *individual* build, instead do the following: - `./boostrap.sh build -m individual -m clang` - `fake build -m individual -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
Featureless Linux Library Files
Linux Library on top of Libc focusing on long term support.
Brought to you by:
yerp