To compile it, you need the mozilla headers, if you dont have them, then you
should download a binary build of Mozilla and one that is suited for your
distro, along with an appropriate skipstone binary distribtuion as well.
To run it, you have to set the appropriate
environment variables 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 after you make install, you can pass it a url or 
series of urls for an argument at the command line also.
skipstone -x url will load the url in the existing skipstone window 
if skipstone is already running.

Enjoy.

Compile time options:
- if you use CVS mozilla then do make cvsmozilla=1
- SkipStone 0.7.8 will only work with Mozilla 0.98 or higher
- To build an i18n enabled SkipStone do
make enable_nls=1 - for more info on translating skipstone - read the README
in the locale dir.
