1
0
Fork
You've already forked libast
0
Library of Assorted Spiffy Things. Retrieved from https://github.com/mej/libast
  • C 94.8%
  • M4 4.6%
  • Shell 0.3%
  • Makefile 0.3%
Find a file
Michael Jennings 908e950018 .gitignore: Yet another autotools build product
Add `compile` (a script generated by `automake` to wrap certain
"inferior" compilers) to the list of files for Git to ignore.
2020年12月12日 23:10:08 -07:00
debian Update copyright statements for 2013. 2013年03月22日 11:15:47 -07:00
doc Update copyright statements for 2013. 2013年03月22日 11:15:47 -07:00
include */Makefile.am: Fix include paths and distclean 2020年02月28日 15:30:29 -07:00
src src/Makefile.am: Fix CygWin DLL build 2020年12月12日 22:36:19 -07:00
test */Makefile.am: Fix include paths and distclean 2020年02月28日 15:30:29 -07:00
.gitignore .gitignore: Yet another autotools build product 2020年12月12日 23:10:08 -07:00
autogen.sh Remove RCS keyword strings; Git doesn't support them. 2013年03月22日 11:06:32 -07:00
ChangeLog Sun Oct 26 15:56:20 2008 Michael Jennings (mej) 2008年10月26日 22:57:42 +00:00
configure.ac Bump version; git-ize Release in specfile 2020年02月28日 16:30:10 -07:00
DESIGN Thu Apr 4 20:45:30 2002 Michael Jennings (mej) 2002年04月05日 01:47:01 +00:00
Doxyfile Fri Nov 21 16:39:23 2003 Michael Jennings (mej) 2003年11月21日 21:39:39 +00:00
libast-config.in Tue Dec 9 21:53:50 2003 Michael Jennings (mej) 2003年12月10日 02:54:27 +00:00
libast.m4 libast.m4: Fix missing X11 library linkage 2020年12月12日 22:59:58 -07:00
libast.spec libast.spec: Fix typo in version check 2020年11月13日 13:06:35 -07:00
LICENSE Add LBNL copyright. 2013年03月06日 11:33:41 -08:00
Makefile.am */Makefile.am: Fix include paths and distclean 2020年02月28日 15:30:29 -07:00
README LibAST: Library of Assorted Spiffy Things. 2000年10月30日 22:02:42 +00:00

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