1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
searchmonkey
============
For full installation instructions see:
http://searchmonkey.sf.net/index.php/Searchmonkey_Installation
For most systems simply run:
$ ./configure
$ make
If there are no errors reported by configure/make, as super user:
# make install
If you are using a Gnome based distro e.g. Fedora or Suse.
# make install-gnome
will create a launcher icon.
To uninstall, as super user:
# make uninstall
The source code can then be removed completely, if required.
Enjoy!
Adam - Searchmonkey founder
Hosted by Sourceforge:
https://www.sf.net/projects/searchmonkey
Homepage:
http:/searchmonkey.embeddediq.com
|