diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-04-07 12:33:08 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-04-07 12:33:08 +0000 |
commit | efec4ead5b7ac501ada407790d71d9137de55ec8 (patch) | |
tree | 2347d790db1d3447bab598f68d6f138f466a9add | |
parent | a55faeee933d6555bdb162ddc0fc2e8e511e5775 (diff) |
a short readme about this folder
svn path=/trunk/externals/zexy/; revision=9683
-rw-r--r-- | build/README.txt | 36 |
1 files changed, 36 insertions, 0 deletions
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 |