| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| stand_alone-fake-0.7.2.tar.asc | 2025-07-05 | 228 Bytes | |
| stand_alone-utf8-0.7.2.tar.gz | 2025-07-05 | 400.3 kB | |
| stand_alone-byte_dump-0.7.2.tar.gz | 2025-07-05 | 393.1 kB | |
| stand_alone-example-0.7.2.tar.gz | 2025-07-05 | 366.2 kB | |
| stand_alone-fake-0.7.2.tar.gz | 2025-07-05 | 714.6 kB | |
| stand_alone-firewall-0.7.2.tar.gz | 2025-07-05 | 564.3 kB | |
| stand_alone-firewall-0.7.2.tar.sha256 | 2025-07-05 | 97 Bytes | |
| stand_alone-utf8-0.7.2.tar.sha256 | 2025-07-05 | 93 Bytes | |
| readme.txt | 2025-07-05 | 842 Bytes | |
| stand_alone-byte_dump-0.7.2.tar.sha256 | 2025-07-05 | 98 Bytes | |
| stand_alone-example-0.7.2.tar.sha256 | 2025-07-05 | 96 Bytes | |
| stand_alone-fake-0.7.2.tar.sha256 | 2025-07-05 | 93 Bytes | |
| stand_alone-byte_dump-0.7.2.tar.asc | 2025-07-05 | 228 Bytes | |
| stand_alone-example-0.7.2.tar.asc | 2025-07-05 | 228 Bytes | |
| stand_alone-firewall-0.7.2.tar.asc | 2025-07-05 | 228 Bytes | |
| stand_alone-utf8-0.7.2.tar.asc | 2025-07-05 | 228 Bytes | |
| Totals: 16 Items | 2.4 MB | 0 | |
The sources in this directory provide the *stand_alone* build type of the programs provided along with the *Featureless Linux Library*. 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 *stand_alone* build type using one of the following methods: - `./boostrap.sh build` - `fake build` To compile using **CLang** instead of **GCC** while utilizing the *stand_alone* build, instead do the following: - `./boostrap.sh build -m clang` - `fake build -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 *stand_alone* build only has programs, so only the `build/programs/` directory should have anything worth installing.