Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
stand_alone-fake-0.7.1.tar.gz | 2025-04-30 | 708.0 kB | |
stand_alone-firewall-0.7.1.tar.gz | 2025-04-30 | 559.2 kB | |
stand_alone-utf8-0.7.1.tar.gz | 2025-04-30 | 395.7 kB | |
stand_alone-example-0.7.1.tar.gz | 2025-04-30 | 361.3 kB | |
stand_alone-byte_dump-0.7.1.tar.gz | 2025-04-30 | 388.1 kB | |
stand_alone-utf8-0.7.1.tar.sha256 | 2025-04-30 | 93 Bytes | |
stand_alone-fake-0.7.1.tar.sha256 | 2025-04-30 | 93 Bytes | |
stand_alone-firewall-0.7.1.tar.sha256 | 2025-04-30 | 97 Bytes | |
stand_alone-byte_dump-0.7.1.tar.sha256 | 2025-04-30 | 98 Bytes | |
stand_alone-example-0.7.1.tar.sha256 | 2025-04-30 | 96 Bytes | |
stand_alone-example-0.7.1.tar.asc | 2025-04-30 | 228 Bytes | |
stand_alone-fake-0.7.1.tar.asc | 2025-04-30 | 228 Bytes | |
stand_alone-firewall-0.7.1.tar.asc | 2025-04-30 | 228 Bytes | |
stand_alone-utf8-0.7.1.tar.asc | 2025-04-30 | 228 Bytes | |
stand_alone-byte_dump-0.7.1.tar.asc | 2025-04-30 | 228 Bytes | |
readme.txt | 2025-04-30 | 832 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.