To compile it, you need the mozilla headers, if you dont have them, thats ok
you can run the compiled binary, you will just have to export your
environments if your mozilla installation is not in /usr/local/ or /usr like
this

export MOZILLA_FIVE_HOME=/usr/local/lib/mozilla
export LD_LIBRARY_PATH=/usr/local/lib/mozilla:$LD_LIBRARY_PATH

then run ./skipstone from the same directory after you run make or make
install, you can pass it a url for an argument at the command line also.

Enjoy.
