summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJamie McCracken <jamiemcc@src.gnome.org>2006-08-02 09:42:36 +0000
committerJamie McCracken <jamiemcc@src.gnome.org>2006-08-02 09:42:36 +0000
commitfa9d0365590f330bd9e97be80825d5247914d83c (patch)
tree73563811d25bc04910ec98eecbbd752bbf53d66f /README
parentcb25bbd86be9056c364fb332518858937593e427 (diff)
downloadtracker-fa9d0365590f330bd9e97be80825d5247914d83c.tar.gz
patched readme
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index e917a2cd9..ff168540f 100644
--- a/README
+++ b/README
@@ -155,6 +155,19 @@ If you install using any other prefix then you might have problems with files no
(You may need to copy and amend the dbus service file to the correct directory and/or might need to update ld_conf if you install into non standard directories.)
+Notes to build tracker on Solaris
+
+To compile Tracker with GCC on Solaris uses the following commands :
+./configure --prefix=/usr --enable-static --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 --enable-static --with-pic --disable-warnings --disable-exiv2 CFLAGS=-D_POSIX_PTHREAD_SEMANTICS
+make
+login as root
+make install