| 1 After cloning the repository, execute |
1 After cloning the repository, or extracting the source tarball, |
| 2 |
2 simply execute |
| 3 ./configure --release |
|
| 4 |
|
| 5 to create a build configuration. Then execute |
|
| 6 |
3 |
| 7 make |
4 make |
| 8 |
5 |
| 9 to build the software. |
6 to build the software. |
| 10 |
7 |
| |
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 |
| 11 You will find the repoheat binary in the build directory. |
14 You will find the repoheat binary in the build directory. |
| 12 |
15 |
| 13 Execute ./repoheat -h to show the usage information. |
16 Execute ./repoheat -h to show the usage information. |