Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ucw
ucw.common-lisp.dev
Commits
c758db85
Commit
c758db85
authored
Jul 20, 2005
by
Marco Baringer
Browse files
Update the download instructions for ucw
darcs-hash:164e202da7eece099eae417e87bf81191d856d27
parent
6203d292
Changes
1
Hide whitespace changes
Inline
Side-by-side
download.html
View file @
c758db85
...
...
@@ -16,153 +16,40 @@
<h2>
Download
</h2>
<h3>
Latest Distribution
</h3>
<h3>
Stable
</h3>
<p>
<tt>
0.3.9
</tt>
:
<a
h
re
f=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.9.tar.bz2"
>
tar.bz2
</a>
/
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.9.tar.gz"
>
tar.gz
</a>
/
<a
href=
"http://common-lisp.net/cgi-bin/archzoom.cgi/ucw-2004@common-lisp.net/ucw--release--0.3.9--patch-13/CHANGES?download"
>
releas
e
announcement
</a>
.
</p>
<p>
The latest stable version of UCW is in the darcs
re
pository
at:
<tt>
http://common-lisp.net/project/ucw/repos/ucw
</tt>
. This
branch generally lags behind the development code and
only gets those patches which have been tested and ar
e
known to work
.
</p>
<h3>
Getting the Latest Source
</h3>
<pre>
$ darcs get http://common-lisp.net/project/ucw/repos/ucw
</pre>
<
h4>
Quick Start
</h4
>
<
p>
To update your copy of the code simply do:
</p
>
<pre>
$ tla register-archive \
http://common-lisp.net/project/bese/bese-2004@common-lisp.net
$ tla register-archive \
http://common-lisp.net/project/ucw/ucw-2004@common-lisp.net
$ tla register-archive \
http://common-lisp.net/project/iterate/iterate-devel@common-lisp.net--2004
$ tla get ucw-2004@common-lisp.net/ucw--dev--0.3 ucw
$ cd ucw
$ tla buildcfg libs/config
</pre>
<pre>
$ darcs pull
</pre>
<h4>
Slow Start
</h4>
<p>
You will be asked which available patches (if any)
you'd like to apply. You can either look at each patch
and apply only the ones with changes you want or have
faith in me and apply them all.
</p>
<p>
You'll need to get
<a
href=
"http://wiki.gnuarch.org"
>
arch
</a>
. Then you'll need to
register the
<a
href=
"http://common-lisp.net/cgi-bin/archzoom.cgi/ucw-2004@common-lisp.net"
>
ucw-2004
</a>
and
<a
href=
"http://common-lisp.net/cgi-bin/archzoom.cgi/bese-2004@common-lisp.net"
>
bese-2004
</a>
archives:
</p>
<h3>
Development
</h3>
<pre>
$ tla register-archive \
http://common-lisp.net/project/bese/bese-2004@common-lisp.net
$ tla register-archive \
http://common-lisp.net/project/ucw/ucw-2004@common-lisp.net
</pre>
<p>
The first thing to get from the archive is the ucw
support--dists branch, it contains the files which tell arch how
to get the various versions of ucw and required libraries. Since
you're reading this you probably want the latest code, here's
what you need to do:
</p>
<pre>
$ tla get ucw-2004@common-lisp.net/support--dists
ucw-dist
$ cd ucw-dist
$ tla buildcfg dev
</pre>
<p>
At this point you'll have a subdirectory named
<tt>
ucw
</tt>
which contains ucw and the required libraries. You'll need to
tell
<a
href=
"http://www.cliki.net/asdf"
>
asdf
</a>
about the
various
<tt>
.asd
</tt>
files, then you can try loading one of the
examples. See the
<tt>
INSTALL
</tt>
file for more details.
</p>
<h4>
Browsing the Repository
</h4>
<p>
Both archives can be browsed
using
<a
href=
"http://migo.sixbit.org/software/archzoom/"
>
ArchZoom
</a>
:
</p>
<ul>
<li><a
href=
"http://common-lisp.net/cgi-bin/archzoom.cgi/ucw-2004@common-lisp.net"
>
ucw-2004@common-lisp.net
</a></li>
<li><a
href=
"http://common-lisp.net/cgi-bin/archzoom.cgi/bese-2004@common-lisp.net"
>
bese-2004@common-lisp.net
</a></li>
</ul>
<h3>
Older Versions
</h3>
<p><tt>
0.3.8
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.8.tar.gz"
>
download
</a>
,
<a
href=
"http://common-lisp.net/pipermail/bese-devel/2005-May/000451.html"
>
release announcement
</a>
.
</p>
<p><tt>
0.3.7
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.7.tar.gz"
>
download
</a>
,
<a
href=
"http://common-lisp.net/pipermail/bese-announce/2005-February/000021.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.3.6
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.6.tar.gz"
>
download
</a>
,
<a
href=
"http://common-lisp.net/pipermail/bese-announce/2005-February/000019.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.3.5
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.5.tar.gz"
>
download
</a>
,
<a
href=
"http://common-lisp.net/pipermail/bese-devel/2005-February/000263.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.3.4
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.4.tar.gz"
>
download
</a>
,
<a
href=
"http://common-lisp.net/pipermail/bese-devel/2004-December/000223.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.3.3
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.3.tar.gz"
>
download
</a>
,
<a
href=
"http://common-lisp.net/pipermail/bese-announce/2004-November/000016.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.3.2
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.2.tar.gz"
>
download
</a>
,
<a
href=
"http://common-lisp.net/pipermail/bese-announce/2004-November/000015.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.3.1
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.1.tar.gz"
>
download
</a>
,
<a
href=
"http://common-lisp.net/pipermail/bese-announce/2004-October/000014.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.3.0
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.0.tar.gz"
>
download
</a>
,
<a
href=
"http://common-lisp.net/pipermail/bese-announce/2004-September/000012.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.2.3
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.2.3.tar.gz"
>
download
</a>
,
<a
href=
"http://www.common-lisp.net/pipermail/bese-devel/2004-June/000133.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.2.2
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.2.2.tar.gz"
>
download
</a>
,
<a
href=
"http://www.common-lisp.net/macho-archives/bese-devel/2004-5/132.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.2.1
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.2.1.tar.gz"
>
download
</a>
,
<a
href=
"http://www.common-lisp.net/macho-archives/bese-announce/2004-5/12.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.2.0
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.2.0.tar.gz"
>
download
</a>
,
<a
href=
"http://www.common-lisp.net/macho-archives/bese-announce/2004-3/11.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.1.0
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.1.0.tar.gz"
>
download
</a>
,
<a
href=
"http://www.common-lisp.net/macho-archives/bese-announce/2003-12/3.html"
>
release
announcement
</a>
.
</p>
<p><tt>
0.0.1
</tt>
:
<a
href=
"ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.0.1.tar.gz"
>
download
</a></p>
<p>
This branch contains the latest and greatest
version of UCW. It may or may not work, it may or may
not be backwards compatible with existing code, it may
or may not make your cat catch fire and explode.
</p>
<pre>
$ darcs get http://common-lisp.net/project/ucw/repos/ucw_dev
</pre>
</td>
<td
width=
"120"
align=
"right"
valign=
"top"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment