Please note that you also need the W3C Reference Library in order to compile the tool.
uncompress w3c_src.tar.Z tar xvf w3c_src.tar uncompress libwww_src.tar.Z tar xvf libwww_src.tar
gunzip w3c_src.tar.gz tar xvf w3c_src.tar gunzip libwww_src.tar.gz tar xvf libwww_src.tar
unzip w3c_src.zip unzip libwww_src.zip
Compilation on most platforms is done using the BUILD script which figures out what platform you are using. There are special instructions for installation on Windows.
If you have build earlier versions of the W3C software and you already
have a WWW
directory then it is very important
that you do the following:
cd WWW make clobber ./BUILD comlinein order to make sure that all new code is built. If not then go to newly-created
WWW
directory, and type:
./BUILD comlineIf you encounter problems during compilation or your don't have the compiler which the BUILD script uses then then please read the section on how to modify the BUILD script.
The executable tool, "webbot" appears in the directory
../WWW/Robot/<your.platform>As an example, in case your platform is SunOs, the directory is "sun4".