Dependencies in Monticello

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dependencies in Monticello

Annick Fron-3
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
Reply | Threaded
Open this post in threaded view
|

Re: Dependencies in Monticello

abergel
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 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 <[hidden email]> 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 | Threaded
Open this post in threaded view
|

Re: Dependencies in Monticello

EstebanLM
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 <[hidden email]> 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 <[hidden email]> 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
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>