Skip to content

Commit

Permalink
Updated README to indicate that the $PREFIX variable should not inclu…
Browse files Browse the repository at this point in the history
…de the "/bin" part, and "/bin" will be automatically added by Makefile.
  • Loading branch information
sp193 committed Aug 26, 2018
1 parent 0bd1c0e commit 713b3f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@

There are some build options, however:

PREFIX=/dir - Install directory, defaults to: $PS2DEV/bin
PREFIX=/dir - Install directory, defaults to: $PS2DEV. "/bin" will be automatically appended.
The software will be installed to the /bin sub-directory, under PREFIX (PREFIX/bin).

These options can be used as follows:

make clean; make PREFIX=$PS2DEV/bin install
make clean; make PREFIX=/new/path/prefix install

--------------------
BASIC CLIENT USAGE
Expand Down

0 comments on commit 713b3f7

Please sign in to comment.