Revision: 9683 http://pure-data.svn.sourceforge.net/pure-data/?rev=9683&view=rev Author: zmoelnig Date: 2008-04-07 05:33:08 -0700 (Mon, 07 Apr 2008)
Log Message: ----------- a short readme about this folder
Added Paths: ----------- trunk/externals/zexy/build/README.txt
Added: trunk/externals/zexy/build/README.txt =================================================================== --- trunk/externals/zexy/build/README.txt (rev 0) +++ trunk/externals/zexy/build/README.txt 2008-04-07 12:33:08 UTC (rev 9683) @@ -0,0 +1,36 @@ +build-instructions for zexy +=========================== + + +autoconf/make +============= +this is the preferred way to build zexy, if your system supports autoconf/make. +such systems include: +- linux / gcc +- os-x / gcc +- windows / mingw +- windows / cygwin +- freebsd +- ... + +just go into the zexy/src/ directory, and run + % make +or alternatively: + % aclocal + % autoconf + % ./configure + % make + +use + % ./configure --help +to see flags you can pass to configure to get special builds + + + + +Microsoft Visual Studio +======================= +use the provided project-files in the directories +win-nmake: for nmake based builds +win-vs6: for Microsoft VisualStudio 6 +win-vs2003: for Microsoft VisualStudio .NET 2003
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.