|
|
|
@ -139,7 +139,7 @@ Quick start
|
|
|
|
|
For those who do not want to read the whole long document: |
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------- |
|
|
|
|
# get latest ccollect tarball from http://unix.schottelius.org/ccollect/ |
|
|
|
|
# get latest ccollect tarball from http://www.nico.schottelius.org/software/ccollect/ |
|
|
|
|
# replace value for CCV with the current version |
|
|
|
|
export CCV=0.7.1 |
|
|
|
|
|
|
|
|
@ -147,7 +147,7 @@ export CCV=0.7.1
|
|
|
|
|
# replace 'wget' with 'fetch' on bsd |
|
|
|
|
# |
|
|
|
|
holen=wget |
|
|
|
|
"$holen" http://unix.schottelius.org/ccollect/ccollect-${CCV}.tar.bz2 |
|
|
|
|
"$holen" http://www.nico.schottelius.org/software/ccollect/ccollect-${CCV}.tar.bz2 |
|
|
|
|
|
|
|
|
|
# extract the tarball, change to the newly created directory |
|
|
|
|
tar -xvjf ccollect-${CCV}.tar.bz2 |
|
|
|
@ -212,7 +212,7 @@ Installing ccollect
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~ |
|
|
|
|
For the installation you need at least |
|
|
|
|
|
|
|
|
|
- the latest ccollect package (http://unix.schottelius.org/ccollect/) |
|
|
|
|
- the latest ccollect package (http://www.nico.schottelius.org/software/ccollect/) |
|
|
|
|
- either `cp` and `chmod` or `install` |
|
|
|
|
- for more comfort: `make` |
|
|
|
|
- for rebuilding the generated documentation: additionally `asciidoc` |
|
|
|
|