Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
level-fll-level_0-0.6.6.tar.gz | 2023-07-02 | 1.9 MB | |
level-fll-level_2-0.6.6.tar.sha256 | 2023-07-02 | 94 Bytes | |
level-fll-level_2-0.6.6.tar.asc | 2023-07-02 | 228 Bytes | |
level-fll-level_1-0.6.6.tar.asc | 2023-07-02 | 228 Bytes | |
level-fll-level_1-0.6.6.tar.sha256 | 2023-07-02 | 94 Bytes | |
level-fll-level_0-0.6.6.tar.sha256 | 2023-07-02 | 94 Bytes | |
level-fll-level_0-0.6.6.tar.asc | 2023-07-02 | 228 Bytes | |
level-fll-level_2-0.6.6.tar.gz | 2023-07-02 | 117.8 kB | |
level-fll-level_1-0.6.6.tar.gz | 2023-07-02 | 164.6 kB | |
readme.txt | 2023-07-02 | 1.2 kB | |
Totals: 10 Items | 2.2 MB | 0 |
The sources in this directory provide the *level* 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 *level* build type using one of the following methods: - `./boostrap.sh build -m level` - `fake build -m level` To compile using **CLang** instead of **GCC** while utilizing the *level* build, instead do the following: - `./boostrap.sh build -m level -m clang` - `fake build -m level -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