[Cuis-dev] "More Direct Morphic": The Movie

Hilaire Fernandes hilaire at drgeo.eu
Sun May 16 02:16:52 PDT 2021


There is also information in the book:

https://cuis-smalltalk.github.io/TheCuisBook/Installing-a-Package.html#index-package-4


Ken, I think we write it wrong in the book. Should it not be :

    /In the *parent folder* of the Cuis-Smalltalk image, clone its Git
    repository: /

rather than

    /In the Cuis-Smalltalk image folder, clone its Git repository:
    /

because the *pullAllRepo.sh* script in Cuis-Smalltalk-Dev, pull the 
repos located in the parent folder of
Cuis-Smalltalk-Dev:


hilaire at PCHome:~/Travaux/Developpement/Cuis/Cuis-Smalltalk-Dev$ cat 
pullAllRepos.sh #!/bin/bash repositories="SVG EnhancedText Erudite 
StyledTextEditor Measures Calendars CodeExamples Games Morphic Cairo 
OSProcess Numerics GeographicInformationSystems Parsers Machine-Learning 
AMQP firmata VMMaker Learning-Cuis TheCuisBook" echo -e "Pulling \e[7m 
=====Cuis-Smalltalk-Dev===== \e[0m" git pull *cd ..* for repository in 
$repositories; do if test -r $repository then echo -e "Pulling \e[7m 
-----$repository----- \e[0m..." cd $repository git pull cd .. else echo 
"Repository $repository not cloned" fi done

Hilaire

/
/

Le 16/05/2021 à 11:06, Hilaire Fernandes a écrit :
>
> Hi Rafael,
>
> You can clone the repository https://github.com/Cuis-Smalltalk/Morphic 
> in your *parent* Cuis-Smalltalk-Dev folder.
>
> If I am right, when invoked from Cuis, The Feature will search on sub 
> folders and parent folders of the image folder.
>
>
> Hilaire
>
-- 
GNU Dr. Geo
http://drgeo.eu
http://blog.drgeo.eu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20210516/eeb92b28/attachment.htm>


More information about the Cuis-dev mailing list