Hi, 

well… sources of VM we are using are currently here:

https://github.com/pharo-project/pharo-vm

there you can find instructions on how to make a VM, which also includes how to 
make a new “generator.image” which has everything you need to with all 
dependences loaded. 
The instructions to build such image are really simple: once you cloned the 
repository you just have to go to ./image and execute ./newImage.sh
If you do not want to work like that, you can always use the ConfigurationOfCog 
metacello configuration to build the image or to check the dependences (that’s 
what the script uses anyway).

cheers, 
Esteban 
 


On 09 Jul 2014, at 15:04, Alexandre Bergel <alexandre.ber...@me.com> wrote:

> Hi Annick,
> 
> Not easy question. If there is a configuration, and if this configuration is 
> well done, then you should load the software using the configuration. I have 
> briefly checked Gstreamer, unfortunately there is no configuration.

there is a configuration for VMMaker. 

> There are many different VMMaker on http://smalltalkhub.com 
> Try to load some by hand to see how it goes.
> 
> Chees,
> Alexandre
> 
> 
> On Jul 9, 2014, at 3:00 PM, Annick Fron <i...@afceurope.com> wrote:
> 
>> Hi,
>> 
>> I am trying to load Gstreamer from squeak source in Pharo 3.0, but it 
>> depends on VMMaker, and I don’t know how to get the whole dependency tree.
>> Has anybody tried it ?
>> 
>> Annick Fron
> 
> -- 
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> 
> 
> 
> 


Reply via email to