Hi,

I think that Sean tried to install using the zero conf scripts:
        (All-in-one "developer" versions) wget -O- https://goo.gl/HQAPI5 | bash

@Sean, indeed, the scripts rely on wget. If you want to install wget on Mac you 
can do so using homebrew:
        brew install wget

If you do not want to install wget, please try to load the Bloc code using the 
scripts directly in a Pharo image:
        
https://github.com/pharo-graphics/Bloc/blob/master/INSTALL.md#all-in-one-user-versions

Does this help?

Cheers,
Doru



> On Nov 29, 2016, at 12:46 PM, Aliaksei Syrel <[email protected]> wrote:
> 
> Hi Sean
> 
> I would really like to help you.
> Could you explain why you want to install #git:development?
> 
> If you don't know what it means install User version of Bloc, as described in 
> INSTALL.md
> 
> Metacello new
>    baseline:'Bloc';
>    repository: 'github://pharo-graphics/Bloc/src';
>    load:#core
> 
> Do you find installation guide hard to read or understand?
> We are trying our best to provide a smooth user experience. Your feedback can 
> help make Bloc better.
> 
> Thanks,
> Alex
> 
> On 29 November 2016 at 06:02, Sean P. DeNigris <[email protected]> wrote:
> Aliaksei Syrel wrote
> > Please refer to
> > https://github.com/pharo-graphics/Bloc/blob/master/INSTALL.md in order to
> > install bloc.
> 
> $ wget -O- https://goo.gl/HQAPI5 | bash
> -> Oops, no wget on Mac
> $ curl https://goo.gl/HQAPI5 | bash
> -> line 1: syntax error near unexpected token `newline'... `<HTML>'
> $ curl
> https://raw.githubusercontent.com/pharo-graphics/Bloc/master/scripts/get-dev
> | bash
> -> Still no wget :/
> $ curl http://get.pharo.org/60+vm | bash
> $ ./pharo Pharo.image eval --save "Metacello new
> baseline:'Bloc';repository:'github://pharo-graphics/Bloc/src';load:#git:development."
> "Error: External module not found" from LGitLibrary>>libgit2_init
> 
> ugh...
> 
> 
> 
> -----
> Cheers,
> Sean
> --
> View this message in context: 
> http://forum.world.st/Bloc-Problems-Running-tp4924930p4925076.html
> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
> 
> 

--
www.tudorgirba.com
www.feenk.com

“The smaller and more pervasive the hardware becomes, the more physical the 
software gets."


Reply via email to