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.

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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/README

    r333 r334  
    3939== COMPILATION INSTRUCTIONS FOR SBCL ==
    4040
    41 When using ASDF:
     41=== When using ASDF:
    4242----------------------------------------------------------------
    4343> (require :asdf)
     
    4545> (asdf:install-system :ngrobner)
    4646----------------------------------------------------------------
     47The compiled files (extension .fasl for SBCL) will be typically
     48placed in a standard location determined by the ASDF configuration. On my system it is:
     49----------------------------------------------------------------
     50/home/marek/.cache/common-lisp/sbcl-1.2.4-1.fc21-linux-x64/home/marek/Repos/MaximaGrobner/branches/f4grobner/
     51----------------------------------------------------------------
     52given that the SVN repository was copied to /home/marek/Repos/MaximaGrobner.
    4753
    48 When not using ASDF (for whatever reason):
     54
     55=== When not using ASDF (for whatever reason):
    4956
    5057Step 1. Start SBCL in the directory which is a copy of this directory.
Note: See TracChangeset for help on using the changeset viewer.