close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 320


Ignore:
Timestamp:
2015-06-06T11:18:30-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/README

    r319 r320  
    1010 4. Optionally, compile the Lisp files, so that the next file
    1111    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.
    1314
    1415This version has been verified to work under this Maxima version:
     
    3536there is a sizable amount of documentation in the LISP source.
    3637
     38======================================================
     39       COMPILATION INSTRUCTIONS FOR SBCL
     40======================================================
     41
     42> (require :asdf)
     43> (load "ngrobner.asd")
     44> (asdf:install-system :ngrobner)
     45
     46===========================
     47
     48
    3749
    3850The files were derived the sources of a package CGBlisp, version 2,
Note: See TracChangeset for help on using the changeset viewer.