On Mon, Sep 23, 2013 at 2:38 PM, Goubier Thierry <thierry.goub...@cea.fr> wrote:
> thanks for that, I went to try and had to do a few things, just tell me if I
> got everything right:
>
> I should install the pharo-launcher package.

yes, you are right. I've just edited pharo.org
(http://www.pharo.org/pharo-download/ubuntu).

> If I already have the pharo-vm package, I should remove it since it
> conflicts with pharo-vm-core, a dependency of pharo-launcher.

the pharo-vm binary package does not exist anymore. It has been replaced by:

pharo-vm-core : all the necessary stuffs to execute the VM headless
pharo-vm-desktop : all the necessary stuffs to execute the VM with a GUI
pharo-launcher : the pharo launcher
(http://www.smalltalkhub.com/#!/~Pharo/PharoLauncher)

> Then, starting pharo from the command line requires changing pharo to
> pharo-vm-x (can I change pharo -headless by pharo-vm-nox in my Makefiles?).


for makefiles and other scripts, use pharo-vm-nox which is equivalent
to launching the vm with the -vm-display-null (headless).

for launching a graphical vm with a particular image from a terminal,
use pharo-vm-x.

for standard usage, use "pharo"


-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill

Reply via email to