Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
564a989d
Commit
564a989d
authored
Feb 11, 2012
by
Dave Cooper
Browse files
try to smooth out fresh bootstrap
parent
f134a526
Changes
1
Hide whitespace changes
Inline
Side-by-side
clean-startup.txt
View file @
564a989d
Clean startup on Ubuntu Linux (replace apt-get with the package manager
on your local Linux):
======================
on your local Linux
or MacOS
):
======================
========
$ == Linux shell prompt
* == Common Lisp shell prompt
...
...
@@ -26,11 +26,12 @@ $ sbcl --load cl/quicklisp.lisp
$ emacs
M-x slime
* (load "~/quicklisp/setup")
* (load "~/Genworks-GDL/ql-register-local-project")
* (pushnew (make-pathname :name nil :type nil
:defaults "~/Genworks-GDL/")
ql:*local-project-directories*)
* (ql:register-local-projects)
* (ql:quickload :gdl-all)
* (ql:quickload :gdl-surf) ;; optional -- provides VRML and X3DOM output - under development!
# [In web browser: visit: http://localhost:9000/tasty]
# [In field for package::class, enter robot:assembly]
# [click pencil icon next to Robot (shows up on mouseover]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment