Installing the pharo vm under Ubuntu is just a matter of: sudo add-apt-repository ppa:cassou/pharo sudo apt-get update sudo apt-get install pharo-vm Recent changes: - latest VM packaged - separation between pharo-vm-core (few dependencies) and pharo-vm-desktop (depends on pharo-core + opengl + x11 + cairo) - no more warnings from the packaging systems - pharo man page - no more embedded libraries (pcre and libjpeg) (thanks to Esteban Lorenzano) Todo list: - make Pharo a graphical executable that lets user create and launch images (more on that in my next email) - see if Debian would be interested in including this package -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Hi Damien, I tried the pharo-vm-core install on a clean, minimal Ubuntu Server 12.10 64-bit and it worked flawless. I just wish there was a way to avoid the -vm-display-null option, this is a server after all. Thanks a lot for this contribution, it is really important. Sven On 22 Apr 2013, at 18:08, Damien Cassou <damien.cassou@gmail.com> wrote:
Installing the pharo vm under Ubuntu is just a matter of:
sudo add-apt-repository ppa:cassou/pharo sudo apt-get update sudo apt-get install pharo-vm
Recent changes:
- latest VM packaged - separation between pharo-vm-core (few dependencies) and pharo-vm-desktop (depends on pharo-core + opengl + x11 + cairo) - no more warnings from the packaging systems - pharo man page - no more embedded libraries (pcre and libjpeg) (thanks to Esteban Lorenzano)
Todo list:
- make Pharo a graphical executable that lets user create and launch images (more on that in my next email) - see if Debian would be interested in including this package
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
-- Sven Van Caekenberghe Proudly supporting Pharo http://pharo.org http://association.pharo.org http://consortium.pharo.org
Does this also work for Pharo 1.4 one-click ? HwaJong -- View this message in context: http://forum.world.st/ANN-Pharo-VM-for-Ubuntu-updated-tp4682994p4683358.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Hi, On 24 Apr 2013, at 16:02, HwaJong Oh <daliot.oh@gmail.com> wrote:
Does this also work for Pharo 1.4 one-click ?
HwaJong
It only installs the VM (and the sources I guess). You can use the scripts at http://get.pharo.org to automatically download versions of the Pharo image. Sven -- Sven Van Caekenberghe Proudly supporting Pharo http://pharo.org http://association.pharo.org http://consortium.pharo.org
On Wed, Apr 24, 2013 at 4:02 PM, HwaJong Oh <daliot.oh@gmail.com> wrote:
Does this also work for Pharo 1.4 one-click ?
with this, you don't need one-click anymore. Just download the image you want and double-click it. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (3)
-
Damien Cassou -
HwaJong Oh -
Sven Van Caekenberghe