Re: [Pharo-users] Metacello, Github and Cryptography
Hi francis did you look at the booklet on iceberg available at http://books.pharo.org? S
On 16 Jul 2020, at 16:43, Francis <falzonidavide@libero.it> wrote:
From: Francis <falzonidavide@libero.it> Subject: Metacello, Github and Cryptography Date: 16 July 2020 at 16:43:34 CEST To: pharo-users@lists.pharo.org
Hi Guys,
I'm looking for a guide on how to load a project from github but I can't find anything. Specifically I want to load the Cryptography package. Udo, told me it is on https://github.com/pharo-contributions/Cryptography, so I went to https://github.com/pharo-contributions/Cryptography but there is no documentation on how to load it.
Then after some attempts, I evaluated this code:
Metacello new baseline: 'Cryptography'; repository: 'github://pharo-contributions/Cryptography'; load.
and it works, but I can't figure out where is the usage of Metacello with Github
Thanks Francis
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-------------------------------------------- Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley, Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France
Hi Stéphane, Thanks, I was not aware of that book. Francis Stéphane Ducasse wrote
Hi francis
did you look at the booklet on iceberg available at http://books.pharo.org?
S
On 16 Jul 2020, at 16:43, Francis <
falzonidavide@
> wrote:
From: Francis <
falzonidavide@
>
Subject: Metacello, Github and Cryptography Date: 16 July 2020 at 16:43:34 CEST To:
pharo-users@.pharo
Hi Guys,
I'm looking for a guide on how to load a project from github but I can't find anything. Specifically I want to load the Cryptography package. Udo, told me it is on https://github.com/pharo-contributions/Cryptography, so I went to https://github.com/pharo-contributions/Cryptography but there is no documentation on how to load it.
Then after some attempts, I evaluated this code:
Metacello new baseline: 'Cryptography'; repository: 'github://pharo-contributions/Cryptography'; load.
and it works, but I can't figure out where is the usage of Metacello with Github
Thanks Francis
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-------------------------------------------- Stéphane Ducasse http://stephane.ducasse.free.fr / http://www.pharo.org 03 59 35 87 52 Assistant: Aurore Dalle FAX 03 59 57 78 50 TEL 03 59 35 86 16 S. Ducasse - Inria 40, avenue Halley, Parc Scientifique de la Haute Borne, Bât.A, Park Plaza Villeneuve d'Ascq 59650 France
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (2)
-
Francis -
Stéphane Ducasse