Skip to content

How to load mcclim in clasp

Karsten Poeck edited this page Jan 12, 2019 · 13 revisions

Prerequisites

To compile & load (takes 4 hours on my machine)

  • (load "~/quicklisp/setup.lisp")
  • (ql:quickload "clim-examples" :verbose t)
  • (mcclim-truetype::autoconfigure-fonts)

To test

  • (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))
Clone this wiki locally