Tue, 25 Feb 2025 18:22:55 +0100
add dist target
fixes #607
43 | 1 | After cloning the repository, or extracting the source tarball, |
2 | simply execute | |
32 | 3 | |
4 | make | |
5 | ||
6 | to build the software. | |
7 | ||
43 | 8 | Optionally, before calling make, you can execute ./configure |
9 | with your favorite settings. | |
10 | By default, make will execute | |
11 | ||
12 | ./configure --release | |
13 | ||
32 | 14 | You will find the repoheat binary in the build directory. |
15 | ||
16 | Execute ./repoheat -h to show the usage information. |