hi
i thought i would compile pd on my linux box [gentoo]. i work as a developer, so cvs &c. don't bother me.
i got the sources from sourceforge, but can't find the configure script
js@fripp:/usr/local/src/pd/src 524 $ configure -/bin/bash: configure: command not found js@fripp:/usr/local/src/pd/src 525 $
?
i see there is a makefile there- maybe i should just 'make' ...
also, my guess is that i need to have tcl/tk installed first. i see stuff in the tree about portaudio, portmidi, and other stuff- but nothing to guide me through this compile.
help!
-- \js [ http://or8.net/~johns/ ]
On Sun, 19 Feb 2006 18:38:32 -0500 "\js" js0000@gmail.com wrote:
hi
i thought i would compile pd on my linux box [gentoo]. i work as a developer, so cvs &c. don't bother me.
i got the sources from sourceforge, but can't find the configure script
configure scripts usually count as binaries, since it's generated by the autotools and thus isn't stored in the cvs ... you should be able to generate them with the autotools. if you're thinking about compiling devel, you will need scons instead of autotools ...
cheers ... tim