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.