Downloading & Compiling

The source code of hitchhiking can be downloaded here. Once downloaded, unpack the program
tar -xvzf hitchhiking_xxx.tgz
change into the newly created directory
cd hitchhiking_xxx
and compile it
make
Compilation depends on the Gnu Scientific Library being installed on your system.