You can download Logtalk stable releases or the latest development version by connecting to the Logtalk CVS repository using a CVS client (available for most operating systems).
If you are using a CVS client with a GUI interface, please read the program documentation to learn how to configure it to access the CVS server with the following parameters:
- access method:
pserver- server address:
cvs.logtalk.org- cvsroot:
/usr/local/cvsroot- module name:
logtalk- username:
anonymous- password: (none, leave the field blank)
If you are using MacOS X, Unix, BSD, or Linux, you can download the latest version typing the following commands at the command line. First change to the directory where you want to download the sources. Then log in to the CVS server by typing:
user% cvs -d :pserver:anonymous@cvs.logtalk.org:/usr/local/cvsroot login
Just hit Return when you are asked for a password. Next, download the source files:
user% cvs -d :pserver:anonymous@cvs.logtalk.org:/usr/local/cvsroot checkout -d lgtcvs logtalk
A directory named lgtcvs will be created in your current working directory containing the latest versions of the Logtalk source files.
From now on, every time you want to update the Logtalk source files to the latest version you can type (from within the lgtcvs directory, after logging in to the CVS server):
user% cvs -d :pserver:anonymous@cvs.logtalk.org:/usr/local/cvsroot update -d
Please use up to date CVS clients supporting client-server connections (the pserver access method). The server itself is running on cvs version 1.11.17.
If you want to download a Logtalk stable version source files, you can use the following tags with your CVS client:
lgt2300lgt2295lgt2294lgt2293lgt2292lgt2291lgt2290lgt2282lgt2281lgt2280lgt2271lgt2270lgt2262lgt2261lgt2260lgt2253lgt2252lgt2251lgt2250lgt2240lgt2231lgt2230lgt2225lgt2224lgt2223lgt2222lgt2221lgt2220lgt2216lgt2215lgt2214lgt2213lgt2212lgt2211lgt2210lgt2202lgt2201lgt2200lgt2191lgt2190lgt2180lgt2172lgt2171lgt2170lgt2162lgt2161lgt2160lgt2156lgt2155lgt2154lgt2153lgt2152lgt2151lgt2150lgt2147lgt2146lgt2145lgt2144lgt2143lgt2142lgt2141lgt2140lgt2130lgt2120lgt2110lgt2100lgt293lgt292lgt291For example, to download version 2.30.0 you can use the command:
user% cvs -d :pserver:anonymous@cvs.logtalk.org:/usr/local/cvsroot checkout -r lgt2300 -d lgtcvs logtalk
The command above will create a folder named lgtcvs in your current working directory.