Skip to content

Building pd with gyp? #16

@thisconnect

Description

@thisconnect

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

port/port.js

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions