frontends was Re: building a mouse trap

Karl MacMillan karlmac at peabody.jhu.edu
Mon Oct 2 18:20:30 CEST 2000


Great!

This means that getting my gtk+ gui going is as simple as:

1) download the source from http://www.peabody.jhu.edu/~karlmac/download/
2) tar zxvf pd-gui.tar.gz somewhere convenient.
3) cd to pd-gui and run ./autogen.sh (this will make and run the configure
    script).
4) make (don't make install - just make).

After this if all went well you will have a binary in pd-gui/src called
pd_gui.  You can either make a symlink in the pd/bin directory to this
binary called pd-gui or use the new -guicmd option.  The symlink version
is done with:

cd /path/to/pd/bin
mv pd-gui pd-gui-tk
ln -s /path/to/pd-gui/src/pd_gui pd-gui

Have fun,

Karl

On Mon, 2 Oct 2000, Miller Puckette wrote:

> ... yes; I've made it easier still (I hope) with the "-guicmd" option.
> 
> I'll have to get on a Macintosh to see how variable sends and receives are
> done there (I agree it's time to put them in!)... 
> 
> cheers
> Miller
> 
> > 
> > Using the gui and pd on separate machines should be fairly easy - all of
> > the communication between the two is via standard tcp sockets.
> > 
> > Karl
> > 
> > -- 
> > 
> 

-- 
_____________________________________________________
| Karl W. MacMillan                                 |
| Computer Music Department                         |
| Peabody Institute of the Johns Hopkins University |
| karlmac at peabody.jhu.edu                           |
| www.peabody.jhu.edu/~karlmac                      |
-----------------------------------------------------




More information about the Pd-list mailing list