LZF Funktionen

Inhaltsverzeichnis

add a note add a note

User Contributed Notes 1 note

up
-5
grenier at cgsecurity dot org
18 years ago
To install lzf, you can use

gunzip lzf-xxx.tgz
tar -xvf lzf-xxx.tar
cd lzf-xxx
phpize
./configure && make && make install
To Top