Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
individual | 2025-04-30 | ||
level | 2025-04-30 | ||
monolithic | 2025-04-30 | ||
program | 2025-04-30 | ||
stand_alone | 2025-04-30 | ||
readme.txt | 2025-04-30 | 1.3 kB | |
Totals: 6 Items | 1.3 kB | 0 |
**The Featureless Linux Library development version 0.7.1.** 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` - `fake -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` - `fake -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