Are you sure about the cd to get a local path to the image? I just give the full path to both the vm and image, and it seems to work. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Monday, April 13, 2009 4:05 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] linux version download problem On Sun, Apr 12, 2009 at 11:49 PM, Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com> 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project