Dear Martin, thanks a lot for your answer
Which command should I use to download only the externals that I need?
For instance all those in cyclone, mrpeach, maxlib
(sorry for the simple question... actually I am not familiar with using svn at all)
Best
Angelo
----Messaggio originale----
Da: "Martin Peach" chakekatzil@gmail.com
Data: 4-ago-2016 1.04
A: "pd-list@lists.iem.at"pd-list@lists.iem.at
Ogg: Re: [PD] Externals: which library they belong to and where to download the sources
On Wed, Aug 3, 2016 at 4:11 PM, angelo.arcadi@virgilio.it angelo.arcadi@virgilio.it wrote: Dear list members, could anyone please suggest me:
2- where I can download the last version of the sources of the externals? For instance, where can I download the sources for compiling mrpeach or cyclone? Can I download them via git clone?
The externals from Pd-extended are in the externals directory here: https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/ There is a Makefile in externals that will build most of them. https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/Makefile
Martin
On Wed, Aug 3, 2016 at 10:00 PM, angelo.arcadi@virgilio.it < angelo.arcadi@virgilio.it> wrote:
Dear Martin, thanks a lot for your answer
Which command should I use to download only the externals that I need?
I find it easiest to check out all of trunk, then it's all in one place
(but some of it won't compile):
svn checkout svn://svn.code.sf.net/p/pure-data/svn/trunk pure-data-svn
For instance all those in cyclone, mrpeach, maxlib
Find the path in trunk/externals and do the same thing: svn checkout svn://svn.code.sf.net/p/pure-data/svn/trunk/externals/maxlib maxlib-svn will put maxlib into maxlib-svn.
Martin