medusa - Quickly search your system for particular types of files ChangeLog

HOWTO


# medusa 0.5.1
# ============
# Be aware that I've never run this myself.  It requires the gnome-config
# script which I don't have and I can't remember where to get it.
# gnome-config was used with Gnome 1.x, but I've read that you can also
# grab a Gnome 2.x version somewhere (perhaps not true).

# Prerequisites:
# make
# gcc
# binutils
# fileutils or coreutils
# bdb
# XFree86 or X.org
# glib >= 1.2.0
# gtk+ >= 1.2.0

cd
test -f installed/medusa-0.5.1.tar.bz2 && mv installed/medusa-0.5.1.tar.bz2 .
test ! -f medusa-0.5.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/GNOME/sources/medusa/0.5/medusa-0.5.1.tar.bz2

# Verify tarball w/ md5sum:
echo "5f0b6ca0db367eda482760c922051e62" ; md5sum medusa-0.5.1.tar.bz2

cd /usr/local/src
find -type d -maxdepth 1 -name "medusa-*" -exec rm -r {} \;
tar xjvf ~/medusa-0.5.1.tar.bz2
cd medusa-0.5.1
chown -R root.root .
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make
make install
cd
mkdir -p -m 0700 installed
rm -f installed/medusa-*.tar.*
mv medusa-0.5.1.tar.bz2 installed/

## To index your system run:
# medusa-indexd

## To enable the ability to search with medusa (through Nautilus'
## search or the msearch utility), run:
# medusa-searchd

## If you want nightly indexing of your system, which can be resource
## intensive, run:
# medusa-enable-indexing --on

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2005-01-07 6:04pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]