ayttm

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Kevin
Fecha:  
Asunto: ayttm
On Thu, 2003-12-11 at 19:24, Michael Havens wrote:
> I just downloaded the tarball for ayttmand I don't know what to do with it.
> 1: it is a bzipped archive (how does one open that).


Something like this should do the trick.

$ bunzip2 ayttm-0.4.5.tar.bz2
$ tar -xf ayttm-0.4.5.tar
$ cd ayttm-0.4.5
$ ./configure
$ make
$ su -c "make install"


If you don't have a `bunzip2` command, you can find it here:
http://www.digistar.com/bzip2

at least I *think* that page is still current.

...Kevin