thisconnect / port

Port is an Node.js module to communicate and control Pd (Pure Data)
MIT License
35 stars 8 forks source link

Building pd with gyp? #16

Open thisconnect opened 9 years ago

thisconnect commented 9 years ago

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 https://github.com/thisconnect/port/blob/812cb52febfe7c0677be1f6ec5f1e9caf941a1e0/port.js#L23-L25

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?