Index: README =================================================================== RCS file: /cvs/gnome/tracker/README,v retrieving revision 1.8 diff -u -r1.8 README --- README 15 May 2006 09:32:05 -0000 1.8 +++ README 2 Aug 2006 08:36:39 -0000 @@ -155,6 +155,19 @@ (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