On 02/07/2018 08:33 PM, Martin Peach wrote:
> Ah I see, more secret stuff...
while this might seem annoying and offputting to you, it is really just
a very basic and common git workflow.
> I got this one:
> https://github.com/pure-data/pure-data
> and ran autogen.sh and configure from the top level.
>
> Where would I find this other branch of which you speak?
if you cloned via git, you already have it:
$ git checkout mingw-autotools-nolibdir
(on the URL that lucas posted, you can also download the entire branch
as a ZIP-file; but really: getting used to git and using it pays off
endlessly)
+ 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 |
+ |