[climacs-cvs] CVS climacs

thenriksen thenriksen at common-lisp.net
Fri Nov 24 22:52:27 UTC 2006


Update of /project/climacs/cvsroot/climacs
In directory clnet:/tmp/cvs-serv17818

Modified Files:
	INSTALL 
Log Message:
Updated installation instructions.


--- /project/climacs/cvsroot/climacs/INSTALL	2006/03/25 22:29:12	1.8
+++ /project/climacs/cvsroot/climacs/INSTALL	2006/11/24 22:52:27	1.9
@@ -8,14 +8,16 @@
 this far, it means that you have either extracted a tar file with
 everything in it, or checked out the files from some CVS repository.
 
-0. You need to check out the flexichain and esa projects from
+0. You need to check out the flexichain project from
    common-lisp.net. If you are not a member of those projects, here is
    how you do it:
 
     cvs -z3 -d :pserver:anonymous:anonymous at common-lisp.net:/project/flexichain/cvsroot co flexichain
     cvs -z3 -d :pserver:anonymous:anonymous at common-lisp.net:/project/climacs/cvsroot co esa
 
-   Ensure that asdf can find the .asd files for these projects.
+   Ensure that asdf can find the .asd files for these projects. Recent
+   versions of McCLIM depend on Flexichain, and thus, you might
+   already have it installed.
       
 1. Start Lisp either from the shell or from Emacs
 
@@ -29,9 +31,10 @@
    This command will compile and load the source files in the right
    order.
 
-4. (climacs-gui::climacs)
+4. (climacs:climacs)
 
-   Start the Climacs editor.
+   Start the Climacs editor. Alternatively, try (climacs:climacs
+   :new-process t), to start Climacs in a new thread.
  
 Finally, please notice that as we develop Climacs, we occasionally
 find bugs in McCLIM, or ask for functionality of McCLIM that can be




More information about the Climacs-cvs mailing list