Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
Update instructions on how to use the Makefile, instead of the old
scripts.
  • Loading branch information
gapan committed Aug 12, 2015
1 parent 4956424 commit 2c09766
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Installation
------------
============

To install, just run:

./compile.sh
make

followed by:

./install.sh
make install

as root. You can set DESTDIR to change the installation target:

DESTDIR=/my/custom/installation/target ./install.sh
make install DESTDIR=/my/custom/installation/target

0 comments on commit 2c09766

Please sign in to comment.