[Pharo-project] How To build exupery?
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?
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 < glpunzi@lordzealon.com> wrote:
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 Pharo-project@lists.gforge.inria.fr 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
On Wed, May 27, 2009 at 5:13 PM, Giuseppe Luigi Punzi <glpunzi@lordzealon.com
wrote: 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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Giuseppe Luigi Punzi Ruiz http://www.lordzealon.com Twitter & Skype & GoogleTalk accounts: glpunzi
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 <glpunzi@lordzealon.com>
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
On Wed, May 27, 2009 at 5:13 PM, Giuseppe Luigi Punzi < glpunzi@lordzealon.com> wrote:
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Giuseppe Luigi Punzi Ruiz http://www.lordzealon.com Twitter & Skype & GoogleTalk accounts: glpunzi
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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
Is it possible to build exupery + alienffi (under linux and win32)? I wrapped my head trying to build a new vm to make some progress using libcurl ... Marco Schmidt 2009/5/27 Bryce Kampjes <bryce@kampjes.demon.co.uk>
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
Bryce Kampjes -
Giuseppe Luigi Punzi -
Giuseppe Luigi Punzi Ruiz -
Marco Schmidt -
Mariano Martinez Peck