Changeset 15047
- Timestamp:
- Oct 27, 2011, 1:26:11 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/doc/src/install.xml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/doc/src/install.xml
r15044 r15047 140 140 <sect2 id="windows"><title>Microsoft Windows</title> 141 141 <para> 142 At the moment, the 32-bit &CCL;does not run under 64-bit Windows.142 For &CCL; versions prior to 1.7, the 32-bit executable does not run under 64-bit Windows. 143 143 </para> 144 144 </sect2> … … 330 330 <programlisting> 331 331 joe> cd <replaceable>/path/to/installed/ccl</replaceable> 332 joe:ccl> ./<replaceable>kernel-filename</replaceable> --no-init332 joe:ccl> ./<replaceable>kernel-filename</replaceable> 333 333 <![CDATA[Welcome to Clozure Common Lisp Version [...] 334 334 ? (rebuild-ccl :full t) … … 386 386 <para>For Mac OS X, Xcode 4 is available from the App Store.</para> 387 387 388 <para>For Windows, follow the procedure outlined in the &CCL; Wiki 388 <para>For Windows, install Cygwin and the MinGW toolchain for the 32- or 64-bit OS. 389 More information about installing &CCL; on Windows is available in the &CCL; Wiki 389 390 at URL: <ulink url="http://trac.clozure.com/ccl/wiki/WindowsNotes"/> 390 391 </para> … … 431 432 432 433 <programlisting><![CDATA[ 433 joe:ccl> ./dx86cl64 --no-init434 joe:ccl> ./dx86cl64 434 435 Welcome to Clozure Common Lisp Version 1.7 (DarwinX8664)! 435 436 ? (rebuild-ccl :full t) … … 458 459 joe:ccl> svn update 459 460 <... lots of Subversion output...> 460 joe:ccl> ./dx86cl64 --no-init461 joe:ccl> ./dx86cl64 461 462 Welcome to Clozure Common Lisp Version 1.7 (DarwinX8664)! 462 463 ? (rebuild-ccl :full t) … … 466 467 ]]> 467 468 </programlisting> 468 Follow this same procedure to perform the fuil rebuild from scratch, for example469 in the case where the saved Lisp image contains code that was loaded inadvertently.470 (Classic mistake: forgetting to specify the <literal>--no-init</literal> command option.)471 469 </para> 472 470
Note:
See TracChangeset
for help on using the changeset viewer.
