The sources in this directory provide the *monolithic*, *level*, and *individual* build types of the programs provided along with the *Featureless Linux Library*. 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'`
Featureless Linux Library Files
Linux Library on top of Libc focusing on long term support.
Brought to you by:
yerp