Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
monolithic-fll-0.6.6.tar.gz | 2023-07-02 | 2.2 MB | |
monolithic-fll-0.6.6.tar.sha256 | 2023-07-02 | 91 Bytes | |
monolithic-fll-0.6.6.tar.asc | 2023-07-02 | 228 Bytes | |
readme.txt | 2023-07-02 | 1.3 kB | |
Totals: 4 Items | 2.2 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