[Openmcl-cvs-notifications] r11567 - /trunk/source/doc/src/install.xml

rme at clozure.com rme at clozure.com
Wed Dec 31 17:19:01 EST 2008


Author: rme
Date: Wed Dec 31 17:19:01 2008
New Revision: 11567

Log:
Update instructions for checking out a bleeding-edge Clozure CL.
(ticket:391)

Modified:
    trunk/source/doc/src/install.xml

Modified: trunk/source/doc/src/install.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/doc/src/install.xml (original)
+++ trunk/source/doc/src/install.xml Wed Dec 31 17:19:01 2008
@@ -188,12 +188,27 @@
       <para>One subversion command creates a
       <literal>ccl</literal> directory with runnable binaries, and a
       complete set of buildable sources.  To get the bleeding edge
-      &CCL; for Darwin x8664, at the command line type:</para>
+      &CCL; for Darwin x86 (both 32- and 64-bit versions),
+      at the command line type:</para>
 =

         <programlisting>
           <![CDATA[
-svn co http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx8664/ccl]]>
+svn co http://svn.clozure.com/publicsvn/openmcl/trunk/darwinx86/ccl]]>
         </programlisting>
+
+	<para>
+	  To get a bleeding-edge &CCL; for a different operating
+	  system, replace "darwinx86" with one of the following names
+	  (all versions include both 32- and 64-bit binaries):
+	</para>
+	<itemizedlist>
+	  <listitem><para>linunxx86</para></listitem>
+	  <listitem><para>freebsdx86</para></listitem>
+	  <listitem><para>solarisx86</para></listitem>
+	  <listitem><para>windows</para></listitem>
+	  <listitem><para>linuxppc</para></listitem>
+	  <listitem><para>darwinppc</para></listitem>
+	</itemizedlist>
 =

 	<para>To get the 1.2 version of &CCL; type:</para>
         <programlisting>



More information about the Openmcl-cvs-notifications mailing list