I want to downoad some lisp library (3bil) from github
but I don't know how ?
I understood that that's something like cvs.
Do I need some program to do it ?
I'm on Windows.
Thanks
Enter "git clone git://github.com/3b/3bil.git" in the Command Prompt.
Github lets you download the repository without installing Gig:
http://github.com/3b/3bil/zipball/master
There is a [downloads] link on the page.
Cheers,
-Scott
At the moment, the easiest way to try 3bil may be to install quicklisp.
http://www.quicklisp.org/
- Daniel
Yup, and this program is called git. (But you can also download directly.)
HB> I'm on Windows.
If you search git in Google one of first links is git's official site
http://git-scm.com/
You can find both Windows download and usage instructions there.