Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 351 Bytes

INSTALL.md

File metadata and controls

16 lines (10 loc) · 351 Bytes

DeforaOS configure

Installation notes

To install configure in /usr/local, just proceed this way:

$ make
$ make install

To install it in another directory, use the PREFIX variable:

$ make PREFIX="/path/to/destination" install

The DESTDIR variable is also supported for package maintainers.