Replies: 1 comment
-
|
you can search the mailinglist archives for my position on the installation paths (which is rather strong). as my opinion hasn't changed much, I'd rather not re-iterate. nevertheless here's some thoughts:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@umlaeute I have some thoughts regarding the default PDLIBDIR path configuration:
Windows
Currently,
pd-lib-builderuses%APPDATA%/Roaming/Pdas the default path. However, this is a hidden folder on Windows, making it somewhat inconvenient to access (personal opinion). I believe it would be more intuitive to use%HOME%/Documents/Pd/externals, which is the default path for PureData. What do you think?Linux
For Linux, I suggest using
/home/Documents/Pd/externals. Inpd-lib-builder, the default path is /usr/local/lib/pd-externals, which requires sudo permissions to install. Using the home directory would simplify the installation process.Mac
For macOS, I would also recommend placing it in the Documents folder. However, I need access to an Apple machine to verify this configuration.
Originally posted by @charlesneimog in #7 (comment)
Beta Was this translation helpful? Give feedback.
All reactions