summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJamie McCracken <jamiemcc@src.gnome.org>2007-02-10 19:41:45 +0000
committerJamie McCracken <jamiemcc@src.gnome.org>2007-02-10 19:41:45 +0000
commit12cf608fe48de54a5e79deb647de5f061c38d1e7 (patch)
treecf73de96a6da1f37020bf1491fee6c6ec5082f89 /README
parent76c2aa8bde71a9cc906179cebe057c5c52ff0406 (diff)
downloadtracker-12cf608fe48de54a5e79deb647de5f061c38d1e7.tar.gz
added preferences capplet
svn path=/trunk/; revision=468
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 09ddf3c84..9f9dfd33d 100644
--- a/README
+++ b/README
@@ -136,14 +136,14 @@ GTK and Gnome stack for GUI tools
Optional run-time dependency:
-xdg-utils (provides some functionality needed by tracker-search-tool)
+xdg-utils (provides some functionality needed by tracker-search-tool but falls back to gnome-open if not available)
COMPILATION
To compile Tracker uses the following commands :
-./configure --prefix=/usr
+./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install
@@ -157,14 +157,14 @@ not being installed correctly.
Notes to build tracker on Solaris
To compile Tracker with GCC on Solaris uses the following commands :
-./configure --prefix=/usr --with-pic CFLAGS=-D_POSIX_PTHREAD_SEMANTICS
+./configure --prefix=/usr --sysconfdir=/etc --with-pic CFLAGS=-D_POSIX_PTHREAD_SEMANTICS
make
(login as root)
make install
To compile Tracker with SUN Studio on Solaris uses the following commands,
because there are some problems to compile exiv2 using SUN C++ compiler:
-./configure --prefix=/usr --with-pic --disable-warnings \
+./configure --prefix=/usr --sysconfdir=/etc --with-pic --disable-warnings \
--disable-exiv2 CFLAGS=-D_POSIX_PTHREAD_SEMANTICS
make
(login as root)