Update of /project/gsharp/cvsroot/gsharp In directory common-lisp.net:/tmp/cvs-serv6921
Modified Files: INSTALL Log Message: Updated INSTALL instructions
Date: Tue Nov 1 18:37:01 2005 Author: rstrandh
Index: gsharp/INSTALL diff -u gsharp/INSTALL:1.1.1.1 gsharp/INSTALL:1.2 --- gsharp/INSTALL:1.1.1.1 Mon Feb 16 16:46:05 2004 +++ gsharp/INSTALL Tue Nov 1 18:37:01 2005 @@ -1,12 +1,13 @@ -;;; Load the system definition file +;;; Load the gsharp.asd file or make sure the directory in which it +;;; lives is in the asdf:*central-registry* list of directories
-(load "system.lisp") +(load "gsharp.asd")
;;; Compile and load the system
-(operate-on-system :gsharp :compile) -(operate-on-system :gsharp :load) +(asdf:operate 'asdf:load-op :gsharp)
;;; Run Gsharp
-(gsharp::run-gsharp) +(gsharp::gsharp) +