Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pd-lua
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonathan Wilkes
pd-lua
Commits
ca82ca1d
Commit
ca82ca1d
authored
6 years ago
by
Claude Heiland-Allen
Browse files
Options
Downloads
Patches
Plain Diff
document DESTDIR instead of broken DESTROOT
parent
04a966c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+2
-2
2 additions, 2 deletions
README
with
2 additions
and
2 deletions
README
+
2
−
2
View file @
ca82ca1d
...
@@ -82,11 +82,11 @@ folder to /Library/Pd for a system-wide installation.
...
@@ -82,11 +82,11 @@ folder to /Library/Pd for a system-wide installation.
Windows/mingw: Installation goes into the extra subdirectory of your Pd
Windows/mingw: Installation goes into the extra subdirectory of your Pd
installation, so it will be available to all users by default.
installation, so it will be available to all users by default.
It's generally advisable to do a staged install using `DEST
ROOT
` first so that
It's generally advisable to do a staged install using `DEST
DIR
` first so that
you can review the installation directory layout beforehand and adjust it if
you can review the installation directory layout beforehand and adjust it if
needed. To these ends, run `make install`, e.g., as follows:
needed. To these ends, run `make install`, e.g., as follows:
make install DEST
ROOT
=$PWD/BUILD
make install DEST
DIR
=$PWD/BUILD
This will leave the installed external in a folder BUILD inside the current
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
directory from where you can move the pdlua subdirectory to any location on
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment