configure/INSTALL
2004-07-01 13:34:04 +00:00

10 lines
240 B
Plaintext

configure installation notes
----------------------------
To install configure in /usr/local, just proceed this way:
$ make
$ make install
To install it in another path, use the DESTDIR variable:
$ make install DESTDIR=<destination_path>