Created
October 11, 2010 05:13
-
-
Save btbytes/620009 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * (load "quicklisp.lisp") | |
| ==== quicklisp quickstart loaded ==== | |
| To continue, evaluate: (quicklisp-quickstart:install) | |
| T | |
| * (quicklisp-quickstart:install) | |
| ; Fetching #<URL "http://beta.quicklisp.org/quickstart/asdf.lisp"> | |
| ; 144.48KB | |
| ================================================== | |
| 147,949 bytes in 0.22 seconds (672.01KB/sec) | |
| ; Fetching #<URL "http://beta.quicklisp.org/quickstart/quicklisp.tar"> | |
| ; 160.00KB | |
| ================================================== | |
| 163,840 bytes in 0.34 seconds (465.12KB/sec) | |
| ; Fetching #<URL "http://beta.quicklisp.org/quickstart/setup.lisp"> | |
| ; 2.78KB | |
| ================================================== | |
| 2,846 bytes in 0.00 seconds (0.00KB/sec) | |
| Upgrading ASDF package to version 2.009 | |
| ; Fetching #<URL "http://beta.quicklisp.org/dist/quicklisp.txt"> | |
| ; 0.40KB | |
| ================================================== | |
| 408 bytes in 0.003 seconds (132.81KB/sec) | |
| ==== quicklisp installed ==== | |
| To load a system, use: (ql:quickload "system-name") | |
| To find systems, use: (ql:system-apropos "term") | |
| To load Quicklisp every time you start Lisp, use: (ql:add-to-init-file) | |
| For more information, see http://www.quicklisp.org/beta/ | |
| NIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment