Hi,
I downloaded exupery.0.15.1. I'm on Linux. I can't find any README, INSTALL, "./configure" does nothing, "make" the same... How I may install it? _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Why do you want to compile it ? You can just use the compiled one
On Wed, May 27, 2009 at 5:13 PM, Giuseppe Luigi Punzi <[hidden email]> wrote: Hi, _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I downloaded but I suppose a make install or something like this is needed, to put all files and plugins in the rigth place.
El 27/05/2009, a las 20:17, Mariano Martinez Peck escribió: Why do you want to compile it ? You can just use the compiled one _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
For linux you can just download exupery-vm-0.15-linux.tz.
I had to rename it to exupery-vm-0.15-linux.tar.gz and uncompress it. There you will find a "build" directory and inside there you will have the "squeak" file with execution permission. so, you could to something like this: $ /home/mariano/exuperyVM/build/squeak /home/images/myImage.image This VM includes most of the needed plugins and the closure support. So, you can use it for latests pharo images. cheers, Mariano 2009/5/27 Giuseppe Luigi Punzi Ruiz <[hidden email]>
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Giuseppe
On Wed, 2009-05-27 at 20:39 +0200, Giuseppe Luigi Punzi Ruiz wrote:
> I downloaded but I suppose a make install or something like this is > needed, to put all files and plugins in the rigth place. What are you trying to do? The VM's include a pre-built squeak executable, just execute that. There's also some source tarballs but they aren't recommended because most people should either build from VMMaker (real source) or use a pre-compiled VM. I supply the source packages because they were asked for and there are a few legitimate uses for them. Bryce _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
CONTENTS DELETED
The author has deleted this message.
|
In reply to this post by Bryce Kampjes
I asked, because it won't run.
I get the same problems I posted some days on squeak-dev. Trying to run it, I get this: check that /usr/local/lib/squeak/3.10-3/vm-display-X11.so exists, or And I have /usr/local/lib/squeak/3.10-4.... I solved this for squeak, building for sources and make install, and I suppose, I need to do this for exupery. El mié, 27-05-2009 a las 22:09 +0100, Bryce Kampjes escribió: > On Wed, 2009-05-27 at 20:39 +0200, Giuseppe Luigi Punzi Ruiz wrote: > > I downloaded but I suppose a make install or something like this is > > needed, to put all files and plugins in the rigth place. > > What are you trying to do? The VM's include a pre-built squeak > executable, just execute that. > > There's also some source tarballs but they aren't recommended because > most people should either build from VMMaker (real source) or use a > pre-compiled VM. I supply the source packages because they were asked > for and there are a few legitimate uses for them. > > Bryce > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |