aboutsummaryrefslogtreecommitdiff
path: root/build/README.txt
blob: fe4cd285da091e57438057a4a7aa06562b4a15c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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