Sujet : Re: ISO the most current version of tkpath
De : mssr953 (at) *nospam* gmail.com (Michael Soyka)
Groupes : comp.lang.tclDate : 03. Jul 2024, 14:54:01
Autres entêtes
Organisation : self
Message-ID : <v63l5p$26snj$1@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 07/03/2024 6:48 AM, Helmut Giese wrote:
Thank you, René,
this looks really interesting.
Hello Helmut
>
I have a slightly modified copy at
https://chiselapp.com/user/rene/repository/tkpath
You could also find tkpath under
http://androwish.org/home/dir?ci=tip&name=jni/tkpath
And I have a oo version at
https://chiselapp.com/user/rene/repository/tko
I have a question, though: How do I obtain the sources from chiselapp?
Thank you
Helmut
Hi Helmut,
You can download the sources using the fossil program like so:
fossil clone
http://chiselapp.com/user/rene/repository/tkpath fossil open tkpath.fossil --workdir tkpath
The first command downloads the repository, creating the file tkpath.fossil, and the second checks-out the sources into the "tkpath" directory. There appears to be only one branch.
-mike