-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I guess most people using Pd on OS X use millers pre build app or Pd-extended. Assumed that Pd is available on cli on linux. Not sure about how people use Pd on windows. It is currently configurable which pd should be used
Lines 23 to 25 in 812cb52
| pd: (('darwin' == process.platform) | |
| ? '/Applications/Pd-0.45-5-64bit.app/Contents/Resources/bin/pd' | |
| : 'pd'), |
Personally I build Pd with something like this: https://gist.github.com/thisconnect/1971808 (it's a bit out of date).
Should the pd binary be installed and put into port/bin/pd on npm install?
Metadata
Metadata
Assignees
Labels
No labels