You can use the same setup as compiling Pd on Windows. We recently did a bunch of work to make this possible and I documented the build setup: https://github.com/pure-data/pure-data/pull/299/files#diff- 48d1bc6644af8a5b129735ddf46363 c4 It should work with externals + pdlibbuilder and might be good for pdlibbuilder to point to this section in the INSTALL.txt.
+* build a Pd application directory for Windows (recommended) |
+* build a Windows installer |
+ |
+A Pd application directory is essentially a self-contained Pd package which |
+should run out of the box. To build, simply use: |
+ |
+ make app |
+ |
+This will create a "pd-VERSION" directory (ie. pd-0.48.1) which can then be used |
+by running pd.exe in the bin directory and placed wherever on your system. For |
+more info & options regarding the Pd app directory, see msw/README.txt |