From f254edea6be262f5c810fdb579b7a974d49fa275 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 5 Apr 2004 16:42:41 +0000 Subject: [PATCH] r8818: Automated commit for Debian build of reversi upstream-version-1.0.10 --- README | 18 +++++++++++++----- debian/changelog | 6 ++++++ 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README b/README index d462524..4018bca 100644 --- a/README +++ b/README @@ -11,11 +11,19 @@ advantage of this package, you should read the chapter referenced. Quickstart ========== -If you are using AllegroCL or Lispworks with CLIM, you can play -Reversi with a graphical user interface using the command - (reversi:clim-reversi) +First, you need to download and load ASDF -- the system definition loader. +It's home page is http://www.cliki.net/asdf. After downloading asdf.lisp, load it in your Lisp environment: + (load "asdf.lisp") -Otherwise, you can play in a text mode, such as - (reversi:reversi #'reversi:human (reversi:iago 1)) +Next, you need to load the Reversi ASDF definition file: + (load "reversi.asd") +Next, load the Reversi program itself using ASDF: + (asdf:operate 'asdf:load-op 'reversi) +If you are using AllegroCL, Lispworks, CMUCL, or SBCL with CLIM, you +can play Reversi with a graphical user interface using the command: + (reversi:clim-reversi) + +Otherwise, you can play in a text mode, such as: + (reversi:reversi #'reversi:human (reversi:iago 1)) diff --git a/debian/changelog b/debian/changelog index 82774ba..7c93e1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-reversi (1.0.10-1) unstable; urgency=low + + * Add details of loading Reversi to README file. + + -- Kevin M. Rosenberg Mon, 5 Apr 2004 10:41:42 -0600 + cl-reversi (1.0.9-1) unstable; urgency=low * Change recommends to suggests for cl-reversi-clim (closes:216558) -- 2.34.1