diff options
author | Carl Worth <cworth@cworth.org> | 2003-04-17 13:24:29 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-04-17 13:24:29 +0000 |
commit | ee738deaf6ff2cf7391d813876241b389a0dedaf (patch) | |
tree | e5a2750028d7f5783427213426af58d9eed1d73a /INSTALL | |
parent | b61b9ffc2322e09873b9e2dfb0c1da56ec1ffd61 (diff) |
Switched to autotools. Dropped XrPush/PopGroup. Supports non-X Xc rendering.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 00000000..8ff0f362 --- /dev/null +++ b/INSTALL @@ -0,0 +1,9 @@ +This package uses automake, in order to generate the Makefiles use: + + $ autogen.sh + +After that, standard build procedures apply: + + $ make + # make install + |