> HTTrack available for Solaris 9?
Sources are available for almost all platforms, including
Solaris.
You can build it using command such as:
cd /tmp
gunzip httrack.tar.gz | tar xvf -
cd httrack-*
./configure --prefix=/usr/local && make
(as root)
make install
|