From efec4ead5b7ac501ada407790d71d9137de55ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 7 Apr 2008 12:33:08 +0000 Subject: a short readme about this folder svn path=/trunk/externals/zexy/; revision=9683 --- build/README.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 build/README.txt (limited to 'build') diff --git a/build/README.txt b/build/README.txt new file mode 100644 index 0000000..fe4cd28 --- /dev/null +++ b/build/README.txt @@ -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 -- cgit v1.2.1