Hi,<br>
<br>
I'm wondering, Ron emailed me before he emailed here, and in doing so
reminded me that I still had that image and my outdated tutorials still
on my personal website. I was wondering both whether anyone on here
feels that the tutorials and image, if cleaned up, would be helpful,
and if so whether there is a more appropriate place to put them than my
personal webspace. My original intention had been to basically provide
a Squeak answer to Practical Common Lisp, as you might have gathered
from the image name, but since there is no way I'm honestly going to
finish that effort soon I think it might make sense to merge what I've
got with existing documentation efforts. If anyone out there has a site
that's active, I'd be happy to donate what I have. Otherwise, I'll just
merge them into the Swiki gradually.<br>
<br>
Thanks for the feedback.<br>
<br>
--Benjamin<br>
<br><div><span class="gmail_quote">On 8/31/05, <b class="gmail_sendername">Donald Major</b> &lt;<a href="mailto:Donald.Major@sas.com">Donald.Major@sas.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Assuming you have root access you need to use that access to execute<br><br>/home/ron/Squeak/Squeak-3.7-7/INTALL<br><br>(not sure if /home/ron/Squeak/Squeak-3.7-7 must be your current<br>directory at the time or not -- I always make it so when I do it, though).
<br><br>That at least installs the man and VM binary and related files (like<br>plugins).<br><br>The INSTALL script is supposed to also install squeakini (it doesn't)<br>and to copy the source, image and changes file from /home/ron/Squeak
<br>into roughly the same locations as the binary, to allow squeakini to<br>easily set up an empty directory for the recommended install (it<br>doesn't, do that either).<br><br>To do it by hand, copy the .changes, .image and .source files from
<br>/home/ron/Squeak/ to /usr/local/lib/squeak.&nbsp;&nbsp;Then I recommend creating<br>soft links named &quot;squeak.image&quot; and &quot;squeak.changes&quot; in the same<br>directory pointing to the version-specific .image and .changes files,
<br>respectively.&nbsp;&nbsp;Now you're done with root access.<br><br>In your home directory, create yet-another-directory and in that, copy<br>/usr/local/lib/squeak.image and /usr/local/lib/squeak.changes locally<br>into the directory, and create a soft link names 
SqueakV3.sources (or<br>.source -- whatever it is) to the real copy at<br>/usr/local/lib/squeak/SqueakV3.sources and from that point on, invoking<br>squeak while in that directory should just bring the image right up,<br>
while leaving master copies of everything in the /usr/local/lib/squeak<br>directory, useful for other users on the machine and for yourself if you<br>should do something that manages to so totally trash your local image<br>
and changes file that you can only give up in disgust (it can happen,<br>but you have to work at it :)).<br><br>Any of the above that's wrong is my fault, btw, but it's how I remember<br>doing it on a new home linux box 3 days ago.
<br><br>ron wrote:<br><br>&gt;Hi,<br>&gt;<br>&gt;I am new to Squeak and also a beginner in using the Linux operating<br>&gt;system. I have successfully downloaded&nbsp;&nbsp;these packages:<br>&gt;<br>&gt;PracticalSqueak.zip<br>&gt;
<br>&gt;Squeak-3.8-6665-i686-pc-linux-gnu-3.7.7.tar.gz<br>&gt;<br>&gt;from this address:<br>&gt;<br>&gt;<a href="http://www.duke.edu/~bmp5/squeak/getsqueak.html">http://www.duke.edu/~bmp5/squeak/getsqueak.html</a><br>&gt;
<br>&gt;and extracted them in a folder in my home/ron directory. But I am<br>&gt;confused on what to do next. I found the squeak bin executable in:<br>&gt;<br>&gt;/home/ron/Squeak/Squeak-3.7-7/i686-pc-linux-gnu/usr/local/lib/squeak/3.7-7/squeak
<br>&gt;<br>&gt;copied it to /user/local/bin/squeak<br>&gt;<br>&gt;then set my kde menu to /user/local/bin/squeak<br>&gt;<br>&gt;but Squeak doesn't start up. I am using fedora core 3<br>&gt;<br>&gt;Can you tell me what I am doing wrong?
<br>&gt;<br>&gt;Your help would be greatly appreciated.<br>&gt;<br>&gt;Thank You,<br>&gt;<br>&gt;Ron<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br><br><br><br><br><br><br></blockquote></div><br>