logsol / Pd-Pulp

Run pure-data inside VST host applications
http://pd-pulp.net
154 stars 12 forks source link

windows build #2

Open artofmus opened 9 years ago

artofmus commented 9 years ago

I'm not really friends with the low-level programming. On this issue, you plan to release here builds for windows? That would be super!

logsol commented 9 years ago

Yes we are indeed! We are currently in the process of setting up a windows deployment. I will close this issue once its published.

eduardopatricio commented 9 years ago

Brilliant! Thank you!!

alfonso73 commented 8 years ago

hi guys! great! something goin' on on the Win 32/64 bit port? bests!

logsol commented 8 years ago

sorry, not yet but any help with it is much appreciated!

alfonso73 commented 8 years ago

I'll try to compile on Windows. Is there any specific OSX code that i have to know about? ( i mean specific c++ libs etc.)

www.elgallorojorecords.com soundcloud.com/alfonsosantimone www.facebook.com/alfonsosantimone

On Mon, Feb 8, 2016 at 10:50 AM, Karl notifications@github.com wrote:

sorry, not yet but any help with it is much appreciated!

— Reply to this email directly or view it on GitHub https://github.com/logsol/Pd-Pulp/issues/2#issuecomment-181281112.

logsol commented 8 years ago

It's all standard JUCE stuff. The Pd Pulp code should compile out of the box. The only dependency is libpd and what we didn't get to work was compiling libpd using MinGW as described here https://github.com/libpd/libpd

logsol commented 8 years ago

this might be a starting point http://www.thefuntastic.com/2014/04/the-misadventures-of-unity-and-puredata-libpd/

artofmus commented 8 years ago

Any success?