Changeset 320 for branches/f4grobner
- Timestamp:
- 2015-06-06T11:18:30-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/README
r319 r320 10 10 4. Optionally, compile the Lisp files, so that the next file 11 11 you load "grobner.mac", the compiled (.fasl) versions of 12 the files will be loaded. 12 the files will be loaded. The compilation instructions 13 vary slightly depending on Lisp version. 13 14 14 15 This version has been verified to work under this Maxima version: … … 35 36 there is a sizable amount of documentation in the LISP source. 36 37 38 ====================================================== 39 COMPILATION INSTRUCTIONS FOR SBCL 40 ====================================================== 41 42 > (require :asdf) 43 > (load "ngrobner.asd") 44 > (asdf:install-system :ngrobner) 45 46 =========================== 47 48 37 49 38 50 The files were derived the sources of a package CGBlisp, version 2,
Note:
See TracChangeset
for help on using the changeset viewer.