- Timestamp:
- 2015-06-06T11:49:57-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/README
r333 r334 39 39 == COMPILATION INSTRUCTIONS FOR SBCL == 40 40 41 When using ASDF:41 === When using ASDF: 42 42 ---------------------------------------------------------------- 43 43 > (require :asdf) … … 45 45 > (asdf:install-system :ngrobner) 46 46 ---------------------------------------------------------------- 47 The compiled files (extension .fasl for SBCL) will be typically 48 placed 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 ---------------------------------------------------------------- 52 given that the SVN repository was copied to /home/marek/Repos/MaximaGrobner. 47 53 48 When not using ASDF (for whatever reason): 54 55 === When not using ASDF (for whatever reason): 49 56 50 57 Step 1. Start SBCL in the directory which is a copy of this directory.
Note:
See TracChangeset
for help on using the changeset viewer.