Hi, Is there a way to export a project from pharo? I explain: create a set up of a project (game for example) so that i can give it to someone to play, and he will not need to import it in pharo. If it doesn't exist, it should de created -- Kenfack Valmy-Roi Ingénieur des travaux en Informatique de Gestion/ Analyste Programmeur Elève ingénieur de conception en génie logiciel Institut Supérieur du Sahel Email : roykenvalmy@gmail.com Tel: +237 22 11 01 87/ +237 676 94 23 01 / +237 699 04 0612
You can create some .exe, .sh to launch an image with your project. You can check that: http://www.drgeo.eu/ I think that's what you want! On 17 May 2015 at 16:55, valmy roi <roykenvalmy@gmail.com> wrote:
Hi, Is there a way to export a project from pharo? I explain: create a set up of a project (game for example) so that i can give it to someone to play, and he will not need to import it in pharo. If it doesn't exist, it should de created
-- Kenfack Valmy-Roi Ingénieur des travaux en Informatique de Gestion/ Analyste Programmeur Elève ingénieur de conception en génie logiciel Institut Supérieur du Sahel Email : roykenvalmy@gmail.com Tel: +237 22 11 01 87/ +237 676 94 23 01 / +237 699 04 0612
-- Cheers Cyril Ferlicot
for now you can give a script that loads the project. This is how the configuration browser (check inside the tools menu) works. In the future we will have a binary version. stef Le 17/5/15 16:55, valmy roi a écrit :
Hi, Is there a way to export a project from pharo? I explain: create a set up of a project (game for example) so that i can give it to someone to play, and he will not need to import it in pharo. If it doesn't exist, it should de created
I'm not an expert in script writing. I think this is a feature that should be added to pharo. That is, when you finish writing your your project, it creates a launcher for it. Vous pouvez m'aider, M. Stephane? Le 18 mai 2015 07:44, "stepharo" <stepharo@free.fr> a écrit :
for now you can give a script that loads the project. This is how the configuration browser (check inside the tools menu) works. In the future we will have a binary version.
stef
Le 17/5/15 16:55, valmy roi a écrit :
Hi, Is there a way to export a project from pharo? I explain: create a set up of a project (game for example) so that i can give it to someone to play, and he will not need to import it in pharo. If it doesn't exist, it should de created
On 17-05-15 16:55, valmy roi wrote:
Is there a way to export a project from pharo? I explain: create a set up of a project (game for example) so that i can give it to someone to play, and he will not need to import it in pharo. If it doesn't exist, it should de created
We do not yet have a fully automated way of doing that. Often, giving someone a zip with a vm and image folder is enough. If you are selling a software product you might want to provide a complete installer and a very much trimmed image. Each project is different in what it can unload. Do you want to be able to update the image online? DrGeo is one, you can also take a look at how the PharoLauncher is build and deployed. That provides another way of doing it. There are many options, so a script provides a reasonable way of doing this. Stephan
participants (4)
-
Cyril Ferlicot -
Stephan Eggermont -
stepharo -
valmy roi