| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| stand_alone-utf8-0.7.3.tar.gz | 2025-11-18 | 409.9 kB | |
| stand_alone-fake-0.7.3.tar.gz | 2025-11-18 | 720.3 kB | |
| stand_alone-firewall-0.7.3.tar.gz | 2025-11-18 | 575.6 kB | |
| stand_alone-example-0.7.3.tar.gz | 2025-11-18 | 375.5 kB | |
| stand_alone-byte_dump-0.7.3.tar.gz | 2025-11-18 | 401.3 kB | |
| stand_alone-example-0.7.3.tar.sha256 | 2025-11-18 | 96 Bytes | |
| stand_alone-fake-0.7.3.tar.sha256 | 2025-11-18 | 93 Bytes | |
| stand_alone-firewall-0.7.3.tar.sha256 | 2025-11-18 | 97 Bytes | |
| stand_alone-utf8-0.7.3.tar.sha256 | 2025-11-18 | 93 Bytes | |
| readme.txt | 2025-11-18 | 832 Bytes | |
| stand_alone-byte_dump-0.7.3.tar.sha256 | 2025-11-18 | 98 Bytes | |
| stand_alone-firewall-0.7.3.tar.asc | 2025-11-18 | 228 Bytes | |
| stand_alone-utf8-0.7.3.tar.asc | 2025-11-18 | 228 Bytes | |
| stand_alone-byte_dump-0.7.3.tar.asc | 2025-11-18 | 228 Bytes | |
| stand_alone-example-0.7.3.tar.asc | 2025-11-18 | 228 Bytes | |
| stand_alone-fake-0.7.3.tar.asc | 2025-11-18 | 228 Bytes | |
| Totals: 16 Items | 2.5 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.