Developing Listaller-ready applications
We created several standalone tools, the libuild programs, that are designed to help Linux developers write
better software that runs on a wider variety of distributions. Most of them are independent of Listaller itself:
you can use them even if you don't provide your software using the rest of our software.
More Information
-
Guide to making relocatable applications — Guide to make your application relocatable
- Listaller Documentation
-
Relaytool — This is a program to provide a more convenient interface to dlopen/dlsym. It allows you to easily soft link to libraries.
-
The Ligcc tools — Unlike Windows, Linux generally does not support “build on newer, run on older”
development. In other words, the process of compiling the same program on an older system
and a newer system can produce different binaries with different requirements.