1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/examples/hello-c-gnulib-conddeps/INSTALL
Bruno Haible 5a6191b07d Add another example.
* examples/hello-c-gnulib-conddeps: New directory.
2022-01-08 20:58:14 +01:00

9 lines
130 B
Plaintext

Installation:
./autogen.sh
./configure --prefix=/some/prefix
make
make install
Cleanup:
make distclean
./autoclean.sh