[fomus-cvs] CVS update: fomus/README
David Psenicka
dpsenicka at common-lisp.net
Sat Aug 27 19:22:47 UTC 2005
Update of /project/fomus/cvsroot/fomus
In directory common-lisp.net:/tmp/cvs-serv31234
Modified Files:
README
Log Message:
readme update
Date: Sat Aug 27 21:22:44 2005
Author: dpsenicka
Index: fomus/README
diff -u fomus/README:1.5 fomus/README:1.6
--- fomus/README:1.5 Sun Aug 7 02:31:06 2005
+++ fomus/README Sat Aug 27 21:22:43 2005
@@ -3,27 +3,30 @@
See file "COPYING" for terms of use and distribution.
+
Fomus is alpha software, and still has a lot of testing and bug fixing to go
before all of its features are useable. Not all features that appear in the
-documentation are implemented yet. Also, some parts of the program are running
-rather slowly.
+documentation are implemented or working yet.
+
The program is available via anonymous CVS. To download it, type the following:
cd path_to_install_directory
cvs -z3 -d :pserver:anonymous:anonymous at common-lisp.net:/project/fomus/cvsroot co fomus
+
See the file "fomus.html" in the doc directory for instructions on how to use
the program. The following command loads FOMUS into lisp:
(load "path_to_fomus_directory/load.lisp")
(use-package :fm)
-The program is being developed in SBCL, but should also compile in CMUCL and
-OpenMCL. It will eventually run in Allegro Common Lisp and CLISP. There are
-problems compiling it in SBCL v0.9.0 (and probably earlier versions) in Darwin
-(errors related to memory management).
+
+The program is being developed in CMUCL, but should also compile in SBCL and
+OpenMCL. It will eventually run in Allegro Common Lisp and CLISP.
+
If you wish to report a bug, make FOMUS generate a debug file (the default
filename is "/tmp/fomus.dbg") and send it to dpsenick(at)uiuc(dot)edu. See the
DEBUG-FILENAME setting in the FOMUS documentation for more information.
+!
\ No newline at end of file
More information about the Fomus-cvs
mailing list