On Sun, Apr 12, 2009 at 11:49 PM, Nicolas Cellier
<[email protected]> wrote:
> I play the newbie again
> I'm interested in linux version
> I download stuff from http://www.pharo-project.org/download
>
> primary link: http://ftp.squeak.org/Exupery/vms/exupery-vm-0.15.1-linux.tz
> does not seem to integrate a ready-to-use squeak... (no plugin)
> it contains only a build directory with not much help to install (make
> does not work)

You are right. What about adding a README file and renaming build/ to
squeak-0.15.1? The README could contain:

This directory contains a pre-built squeak Virtual Machine (VM).To run
it within your file manager (like Nautilus or Dolphin), associate the
extension .image with the squeak executable. To run it through the
command line:

$ cd directory/with/the/image
$ /path/to/squeak image_filename.image

You can also add the squeak executable to your path:

$ cd /usr/local/bin
$ sudo ln -sf /path/to/squeak

and then

$ cd directory/with/the/image
$ squeak image_filename.image

What do you think?

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to