comparison INSTALL @ 0:4410c9c7750d

Initial import.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Feb 2015 18:53:52 +0200
parents
children 84c0facfc43c
comparison
equal deleted inserted replaced
-1:000000000000 0:4410c9c7750d
1 Installation for dxa
2 --------------------
3
4 dxa should build out of the box with any even vaguely recent version of gcc.
5 You might need to do some tweakage for non-Unix systems or cc. I have tested
6 it on AIX, NetBSD and Mac OS X/Darwin. -- Cameron Kaiser
7
8 1. Uncomment LONG_OPTIONS in options.h if you have getopts_long() and want
9 long options (--example). This is purely optional.
10 2. Edit the Makefile and make sure your compiler and CFLAGS make sense. The
11 default works for most people.
12 3. "make"
13 4. Documentation in man format is in dxa.1.
14
15 Please keep in mind this is still considered "alpha" software and there may
16 be bugs, which is why it is not part of the official xa distribution yet.
17