If you downloaded LiDIA from our ftp-server crypt1.cs.uni-sb.de, then you have a binary compressed file with the name LiDIA.tgz. The suffix .tgz means tar-ed and gzip-ed.
As explained above, we assume that LiDIA.tgz already resides in a directory which we call UnpackDir. Notice that you need write permission for this directory.
If LiDIA.tgz resides in then UnpackDir = /usr/local.
If LiDIA.tgz resides in d: then
UnpackDir = d:
.
To unpack LiDIA , please execute the following steps:
or type in:
d:
cd
This will produce the file LiDIA.tar on
/usr/local or d:.
This command e xtracts in verbose
mode the contents of the file
LiDIA.tar, i.e., it creates a directory:
/usr/local/LiDIA or d:LiDIA.
This will produce the file LiDIA.tar.gz.
*NOTE*
If you do not have enough free space, you can replace the steps U.1 - U.3
by the (more complicated) command
gunzip -c LiDIA.tgz | tar xvf - or
gzip -d -c LiDIA.tgz | tar xvf -