Both Brick and Bloc are in the Pharo repository. I think you have some
rights there :)

MCHttpRepository
location: 'http://www.smalltalkhub.com/mc/Pharo/Brick/main'
user: ''
password: ''

Doru

On Wed, Jul 8, 2015 at 7:08 AM, stepharo <steph...@free.fr> wrote:

>  Doru
>
> can you give me access to the repo of brick because I'm writing a
> configuration and a CI?
>
> Stef
>
> Le 1/6/15 07:28, Tudor Girba a écrit :
>
> I think this should do it:
>
>  Gofer it
>     smalltalkhubUser: 'Pharo' project: 'Bloc';
>     configurationOf: 'Bloc';
>     loadDevelopment.
> Gofer new
>  smalltalkhubUser: 'Pharo' project: 'Brick';
>  package: 'Brick-Core';
>  package: 'Brick-Scrollpane';
>  package: 'Brick-List';
>  load.
> ConfigurationOfTxText loadDevelopment.
>
>
>  Cheers,
> Doru
>
>
>
> On Sun, May 31, 2015 at 11:15 PM, Peter Uhnák <i.uh...@gmail.com> wrote:
>
>> Hi,
>>
>>  I wanted to try new brick/bloc thing
>> https://pharoweekly.wordpress.com/2015/05/30/future-new-widget-sets-is-coming-to-you/
>>
>>  however after loading (in Pharo 5.0) it is complaining about
>> missing FILOStack (in BlBrickLayouter>>initialize)
>>
>>  What should I load?
>>
>>  Thanks,
>> Peter
>>
>
>
>
>  --
>  www.tudorgirba.com
>
>  "Every thing has its own flow"
>
>
>


-- 
www.tudorgirba.com

"Every thing has its own flow"

Reply via email to