compiling mrpeach succeed. thanks!

$ svn checkout https://svn.code.sf.net/p/pure-data/svn/branches/pd-extended/0.43/
$ cd 0.43/externals
$ make mrpeach

however, I also would to know, how to compile the all package of pd-extended.

in which directory, can i make all of pd-extended, not only externals?

LG,
Jonghyun Kim

On Sun, Apr 5, 2015 at 4:24 AM, Jonghyun Kim <agitato816@gmail.com> wrote:
thanks for the reply, mr peach. I really enjoy your libraries :)

could you tell me the address of the sourceforge svn? i haven't use svn yet...

where can i download the source?

On Sun, Apr 5, 2015 at 4:08 AM, Martin Peach <chakekatzil@gmail.com> wrote:
On Sat, Apr 4, 2015 at 2:08 PM, Jonghyun Kim <agitato816@gmail.com> wrote:
since there is no pd-extended on ubuntu 14.10, i have to compile it.

is there a compiling guide for newbies?

i can compile pd-vanilla on linux, but i haven't tried pd-extended yet.

i need the necessary libraries i.e: mrpeach.

any hints?



If you checked out trunk from sourceforge svn, then go into externals directory and do
make nameoflibrary
e.g.:
make mrpeach
or make mrpeach-install

Martin