~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to clcs/readme

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
=====Compile the system=========
 
3
 
 
4
(si::chdir "clcs")
 
5
(load "loading.lisp")
 
6
(jamie-load-clcs :compile)
 
7
 
 
8
 
 
9
======== load the system ========
 
10
 
 
11
(si::chdir "clcs")
 
12
(load "package.lisp")
 
13
(load "loading.lisp")
 
14
(jamie-load-clcs :compiled)
 
15
 
 
16