<div dir="ltr">On Tue, Feb 6, 2018 at 12:16 PM, Dan Wilcox <span dir="ltr"><<a href="mailto:danomatika@gmail.com" target="_blank">danomatika@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">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: <a href="https://github.com/pure-data/pure-data/pull/299/files#diff-48d1bc6644af8a5b129735ddf46363c4" target="_blank">https://github.com/pure-data/<wbr>pure-data/pull/299/files#diff-<wbr>48d1bc6644af8a5b129735ddf46363<wbr>c4</a><div><div><div><br></div><div>It should work with externals + pdlibbuilder and might be good for pdlibbuilder to point to this section in the INSTALL.txt.<div><div><br></div></div></div></div></div></div></blockquote><div><br></div><div>Thanks, this is very useful!<br></div><div>I followed the instructions to make the latest Pd from git and got to this part though which doesn't work:<br>
<table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition"><span class="gmail-blob-code-inner"><br>+* build a Pd application directory for Windows (recommended)</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+* build a Windows installer</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+A Pd application directory is essentially a self-contained Pd package which</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+should run out of the box. To build, simply use:</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+    make app</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+This will create a "pd-VERSION" directory (ie. pd-0.48.1) which can then be used</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+by running pd.exe in the bin directory and placed wherever on your system. For</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table><table class="gmail-diff-table gmail-tab-size"><tbody><tr><td class="gmail-blob-code gmail-blob-code-addition">

    <span class="gmail-blob-code-inner">+more info & options regarding the Pd app directory, see msw/README.txt</span>

  </td>
</tr>


    <tr>
    </tr></tbody></table>

    <span class="gmail-blob-code-inner">+</span>

<br><br>So with msys2 I get:<br>martin@martin-PC MINGW32 ~/pure-data$ make app<br>make -C mac app<br>make[1]: Entering directory '/home/martin/pure-data/mac'<br>echo "app bundle only supported when building on OS X"<br>app bundle only supported when building on OS X<br>make[1]: Leaving directory '/home/martin/pure-data/mac'<br><br></div><div>..so is there another command to make a windows version or is it just 'make'?<br></div><div> <br></div><div>Martin<br></div></div><br></div></div>