Homedownloadfaqnewsscreenshotsdevelopmentthemes

1) How do I install it / What will I need to run it?

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-bin 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. If your Mozilla libs are in regular system directories, skipstone script will take care of it.

Enjoy.

2) GtkMozEmbed gives me an error, I am using Debian.

If you checked out from cvs or are using the source package, then you need to run the skipstone-deb script which is specifically designed for Debian. If you got the debian package or are running skipstone-deb script and still getting errors then rm -fr ~/.mozilla should do it for 99% of debian users.