Skip to content
Snippets Groups Projects
Commit ca82ca1d authored by Claude Heiland-Allen's avatar Claude Heiland-Allen
Browse files

document DESTDIR instead of broken DESTROOT

parent 04a966c8
No related branches found
No related tags found
No related merge requests found
......@@ -82,11 +82,11 @@ folder to /Library/Pd for a system-wide installation.
Windows/mingw: Installation goes into the extra subdirectory of your Pd
installation, so it will be available to all users by default.
It's generally advisable to do a staged install using `DESTROOT` first so that
It's generally advisable to do a staged install using `DESTDIR` first so that
you can review the installation directory layout beforehand and adjust it if
needed. To these ends, run `make install`, e.g., as follows:
make install DESTROOT=$PWD/BUILD
make install DESTDIR=$PWD/BUILD
This will leave the installed external in a folder BUILD inside the current
directory from where you can move the pdlua subdirectory to any location on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment