Update of /cvsroot/pure-data/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15637
Modified Files: Tag: devel_0_38 INSTALL.txt Log Message: added some info how to compile the devel-branch
Index: INSTALL.txt =================================================================== RCS file: /cvsroot/pure-data/pd/INSTALL.txt,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.22.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.22.1 *** INSTALL.txt 29 Jul 2002 17:05:55 -0000 1.1.1.1 --- INSTALL.txt 21 Jan 2005 08:42:48 -0000 1.1.1.1.22.1 *************** *** 19,20 **** --- 19,41 ---- To run pd, either type the full pathname as in /home/me/pd/bin/pd, or else if you've chosen "make install", just type "pd". + + ============================== + == develepor's branch (CVS) == + ============================== + + while the above procedure should work with the so-called "devel_X_YY" CVS-branches, + you can preferably use the following: + + (1) stay in this directory ( ./pd/ or ./pd-0.38/ ) + + 2) type "./bootstrap.sh" to generate a configure script + (if there is no such file, then you are not running a recent devel version of the source-code) + (you should then follow the instructions above) + + 3) type "./configure" to configure your build; for possible flags see "./configure --help" + + 4) type "./make" to build pd + + (5) optionally type "make install" (as superuser) + +