auto-buildrequires-preload: Use libc.so name from GNU headers
[autobuildrequires.git] / INSTALL
1
2 To make a freshly checked out git repository compilable, run the following commands:
3
4 autoreconf --install
5 automake
6 autoconf
7
8 Then you are ready to build, e.g.
9
10 ./configure
11 make
12
13
14 Notice that there is a runtime dependency on perl-String-ShellQuote.
15