README

Mon, 19 May 2025 15:34:30 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 19 May 2025 15:34:30 +0200
changeset 51
49fdc2eb7cd4
parent 43
f58fd8461e10
permissions
-rw-r--r--

fix critical bug in string iteration

some temporaries did not materialize long enough - fixed that by assigning them to lvalues

After cloning the repository, or extracting the source tarball,
simply execute

    make

to build the software.

Optionally, before calling make, you can execute ./configure
with your favorite settings.
By default, make will execute

    ./configure --release

You will find the repoheat binary in the build directory.

Execute ./repoheat -h to show the usage information.

mercurial