INSTALLATION🔗
Command Line Tool🔗
Compile the source code🔗
Use Alire to get and build the mold crate from the
Alire community index.
There is no install procedure (yet) You have to manually copy
mold_*/bin/mold somewhere in your PATH to make it available in your system
(preferably in /usr/local/bin/ or similar).
Examples🔗
The examples directory that comes with the source code contains lot of
scripts, a very useful source of inspiration.
Ada Library🔗
Compile the source code🔗
Use Alire to get and build the mold_lib crate from
the Alire community index:
Run the unit tests🔗
To build and run the unis tests:
Remember to clean thesuite directory to run the unit tests again with git
clean -dfx suite.
Integrate into your Ada project🔗
This allows you to integrate the mold_lib crate into your Ada project:
Please refer to the Alire documentation for more information.

