<br><br><div class="gmail_quote">On Mon, Jul 9, 2012 at 11:28 AM, Bill Sauer <span dir="ltr"><<a href="mailto:bill@volersystems.com" target="_blank">bill@volersystems.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">
<div dir="ltr">
<div style="font-size:12pt;font-family:'Calibri'">
<div>Hi,</div>
<div> </div>
<div>As a casual user of CLIM I find the most frustrating problem is just 
downloading all the proper pieces and placing them where they can be used.  
If someone would take the time to create a pdf of step by step instructions on 
where to go, what to download, and the required destinations it would be most 
helpful.  I know some things like this exist but many seem out of date and 
don’t really work that well.</div>
<div> </div>
<div>I currently use SBCL on a Fedora 12 machine.</div>
<div> </div>
<div>Regards</div>
<div>Bill Sauer<br></div></div></div></div></blockquote></div><br>Bill,<br>
       in my case using Quicklisp works with no problems. I'm on an Ubuntu Machine and SBCL.<br>
<br>
First install quicklisp, if you haven't already: <a href="http://www.quicklisp.org">http://www.quicklisp.org</a>.<br>
<br>
Then evaluate: <br>
<br>
(ql:quickload :mcclim)<br>
<br>
For better looking fonts, evaluate:<br>
<br>
(ql:quickload :mcclim-truetype)<br>
<br>
To run the examples:<br>
<br>
(ql:quickload :clim-examples) and then:<br>
(clim-demo::demodemo)<br>
<br>Cheers,<br><br>Mariano<br>