-
Notifications
You must be signed in to change notification settings - Fork 145
How to load mcclim in clasp
Karsten Poeck edited this page Jan 12, 2019
·
13 revisions
- clasp from dev as of 2019-01-12
- Put the following in ~/quicklisp/local-projects/
- bordeaux-threads (https://github.com/sionescu/bordeaux-threads.git , master)
- clx (https://github.com/sharplispers/clx.git, master)
- mcclim (https://github.com/McCLIM/McCLIM.git, master)
- probably also usocket (https://github.com/clasp-developers/usocket.git)
- (load "~/quicklisp/setup.lisp")
- (ql:quickload "clim-examples" :verbose t)
- (mcclim-truetype::autoconfigure-fonts)
- (clim-demo:demodemo)
- or e.g.
- (clim:run-frame-top-level (clim:make-application-frame 'clim-demo::logic-cube))
- (clim:run-frame-top-level (clim:make-application-frame 'calculator-demo::calculator-app))
- (clim:run-frame-top-level (clim:make-application-frame 'clim-demo::address-book))