Cleanup classes that are moved to ACL
[AXE.git] / README
1
2   AXE - The Andromeda X windows Encapsulation.
3   ============================================
4
5 The AXE project started out as a few C++ classes to represent the X resources and
6 encapsulate the Xlib functions. On top of that, I created some utility classes
7 such as strings and dates. Over the years many features were added and AXE is growing
8 into a framework for X applications. The objective is to make programming in X
9 and creating user interfaces as easy as possible.
10
11 To use AXE, do a do the usual stuff:
12    ./configure
13    make
14    make install  (as root, to install in /usr/local)
15
16 This wil give you the library, src/libAXE.a and a test program called
17 demos/testaxe. There is still a lot of work to be done and
18 the documentation is a bit outdated, but that doesn't need to stop you from having
19 fun.
20
21 Your feedback is always appreciated, so drop me a mail,
22
23 Arjen Baart <arjen@andromeda.nl>