2009/4/12 Mariano Martinez Peck <marianopeck@gmail.com>:
On Sun, Apr 12, 2009 at 6: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)
This seems to have all plugins for me. I uncompress the tar.gz and have a "build" directory with lots of plugins. There is also the "squeak" executable.
What plugin are you talking about ?
OK, thanks, in between I tried to copy the whole build/ to /somewhere and executed /somewhere/build/squeak *.image and it works fine. Sorry, procedure was not clear to me compared to usual squeak distribution with INSTALL instructions. Especially, providing files like libtool Makefile and unusual XXXPlugin/XXX.lo instead of /usr/local/lib/squeak-3.10.Y/XXXPlugin is misleading. Nicolas