Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14305
Modified Files: README.txt Log Message: added dir structure
Index: README.txt =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/README.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README.txt 9 Mar 2004 01:28:55 -0000 1.1 --- README.txt 9 Mar 2004 01:40:15 -0000 1.2 *************** *** 1,6 **** --- 1,10 ----
+ Package Maker + This package is assembled using Inno Setup (http://www.jrsoftware.org/isinfo.php ). Check pd.iss for what's happening.
+ Makefile + Currently, the Makefile.nmake only compiles the 'externals' collection. It can also compile flext if you manually check the flext config and uncomment *************** *** 10,13 **** --- 14,60 ---- better.
+ Directory Layout + + This directory is for files that are used in the creation of the Windows + installer. In order to use this to compile/assemble Pd and externals. + + +-| + +-abstractions + | + +-packages-| + | +-win32_inno + | + +-doc-| + | +-additional + | +-pddp + | +-tutorials + | + +-externals-| + | +-... + | +-ext13 + | +-ggee + | +-maxlib + | +-unauthorized + | +-zexy + | +-... + | + +-pd-| + +-src + +-doc + +-etc... + + + The recommended way to do this is (these are probably somewhat wrong): + + mkdir pure-data && cd pure-data + setenv CVSROOT :pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data + unzip pd source + cvs checkout packages + cvs checkout doc + cvs checkout externals + cd packages/win32_inno + make clean && make + + -Hans-Christoph Steiner hans@at.or.at