X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=doc%2Fmanual%2Finstall.xml;h=9b9d8f375300a45623053ca1be7aa900e4d57590;hp=cf4a7211e2d250371fee954327266b81e31e46ca;hb=22fc09809589e0dff0d9b1e1ff1647206f052fad;hpb=83a42d568b564fb21b3f00da7313a98f7776f62b diff --git a/doc/manual/install.xml b/doc/manual/install.xml index cf4a7211..9b9d8f37 100644 --- a/doc/manual/install.xml +++ b/doc/manual/install.xml @@ -1,7 +1,7 @@ - 4.6.2013 + 4.8.2013 Installation @@ -52,7 +52,7 @@ Solaris package: http://www.opencsw.org/ + url="http://www.opencsw.org/packages/CSWnetatalk/">http://www.opencsw.org/ FreeBSD ports: http://www.freebsd.org/ports/index.html @@ -158,28 +158,9 @@ remote: Counting objects: 2503, done. Berkeley DB BDB - Berkeley DB . - - At the time of writing, the following versions are - supported: - - - - minimum 4.6.x - - - - In case Berkeley DB is not installed on your system, please - download it from: - - - http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html - - and follow the installation - instructions. + At the time of writing you need at least version 4.6. @@ -211,14 +192,7 @@ remote: Counting objects: 2503, done. url="http://projects.gnome.org/tracker/">Tracker as the metadata backend. Recent Linux distributions will provide the libtracker-sparql library which is available since Tracker version - 0.7. This version is referred to as Tracker SPARQL. - - Other system like FreeBSD, Solaris and systems derived from - Solaris will only ship an older Tracker version 0.6 which only - offers a much more restrcited feature set. We refer to this - version and its featureset by Tracker RDF. Solaris users are - advised to install Tracker from OpenCSW as this is at least - version 0.15 and thus supports SPARQL. + 0.7. @@ -319,14 +293,19 @@ remote: Counting objects: 2503, done. Netatalk Makefiles have been created with. - + Spotlight<indexterm> <primary>Spotlight</primary> </indexterm> - If not already installed, install the following additional - packages: tracker and tracker-devel, on Solaris install OpenCSW and - Tracker packages from OpenCSW unstable repository. + Netatalk uses Gnome Tracker as the + metadata backend. The minimum required version is 0.7 as that's the + first version to support SPARQL. + + If not already installed, install the packages + tracker and tracker-devel, + on Solaris install OpenCSW and then install + the Tracker package from the OpenCSW unstable repository. The tracker packages are found via pkg-config, you may have to pass the version suffix as you may have a newer version installed then @@ -343,7 +322,8 @@ tracker-miner-0.16 tracker-miner - A library to develop tracker data minersIf you're using Solaris and Tracker from OpenCSW, then you need to set the PKG_CONFIG_PATH environment variable, add the - --with-tracker-prefix configure option and add LDFLAGS="-R/opt/csw/lib" + --with-tracker-prefix configure option and add + LDFLAGS="-R/opt/csw/lib" PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig LDFLAGS="-R/opt/csw/lib" ./configure --with-tracker-prefix=/opt/csw --with-tracker-pkgconfig-version=0.16 ...