Steffen wrote:
On 14/11/2006, at 17.51, august wrote:
I just downloaded the latest CVS of pd, but there isn't even an autogen.sh or configure script to run and get the build going.
Did you check /path/to/pure-data/pd/ for either INSTALL.txt or README.txt? In the INSTALL.txt it says:
Change to "src" subdirectory.
type "./configure", possibly adding flags as follows:
the problem is, that in the CVS there is no "configure" file in ./src (and it is also missing in recent source tarballs)
you have to generate it first, by running "autoconf" (obviously you need to have autoconf installed on your system)
mfga.dr IOhannes