summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-10-30 22:02:42 +0000
committerMichael Jennings <mej@kainx.org>2000-10-30 22:02:42 +0000
commitbc9cc362800ee0da246d06356163a7d1972a5c2b (patch)
tree261ac298779f6e53a24aa8883e9ce15886633d15 /README
downloadlibast-bc9cc362800ee0da246d06356163a7d1972a5c2b.tar.gz
LibAST: Library of Assorted Spiffy Things.
SVN revision: 3792
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d7cb370
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+LibAST README
+-------------
+
+LibAST is the Library of Assorted Spiffy Things. It contains many
+spiffy things, and it is a library. Thus, the ever-so-creative name.
+LibAST has been previously known as libmej, the Eterm helper library
+which nobody really understood and certainly never used. My current
+plan is to gradually remove some of the neat stuff from Eterm that
+could be made generic (things like the theme parsing engine, the
+command-line options parser, perhaps the event engine, ...) and place
+it here in the hopes that others will find them useful.
+
+Building LibAST
+---------------
+
+From the top of the source tree, type each of the following and hit
+Enter after each:
+
+ ./configure
+ make
+
+Installing LibAST
+-----------------
+
+After performing the build step above, run:
+
+ make install
+