| > Hi, what would I need to install HTTrack on Redhat 8.0?
Either fetch the Mandrake's package (see the download
section of httrack), or rebuilt it:
- Ensure that common compiling tools are installed (gcc,
ld..)
- Download httrack-xxx.tar.gz
- Build:
tar xvfz httrack*.tar.gz
cd httrack-*
./configure
make && make install
| |