Strigi: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://downloads.sourceforge.net/strigi/strigi-{{Strigi-Version}}.tar.bz2
| http://sourceforge.net/projects/strigi/files/strigi/strigi-{{Strigi-Version}}/strigi-{{Strigi-Version}}.tar.bz2
|-
!Additional Download:
| http://downloads.sourceforge.net/strigi/strigiapplet-{{Strigi-Version2}}.tar.bz2
|}
|}


Line 50: Line 47:
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
     -DENABLE_INOTIFY:BOOL=ON -DENABLE_DBUS:BOOL=ON &&
     -DENABLE_INOTIFY:BOOL=ON -DENABLE_DBUS:BOOL=ON &&
make
Install the package:
make install
Compile the strigiapplet package (Optional and only if you have KDE3):
mkdir build &&
cd build &&
cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
  make
  make


Line 106: Line 92:


  make install
  make install
Compile the strigiapplet package (Optional and only if you have KDE3):
To do...


== Contents ==
== Contents ==
Line 125: Line 107:
|}
|}


[[Category:General Utilities]]
[[Category:KDE4 Support]]

Revision as of 07:10, 13 September 2009

Download Source: http://sourceforge.net/projects/strigi/files/strigi/strigi-0.6.4/strigi-0.6.4.tar.bz2

Introduction to Strigi

Strigi is a desktop and indexer independent desktop search engine.

Project Homepage: http://strigi.sourceforge.net/

Dependencies

Note

It's highly recommended to enable the inotify support in kernel.

Required

Optional

Configuration Information

-DENABLE_INOTIFY:BOOL=ON: enable inotify support. See note below.
-DENABLE_DBUS:BOOL=ON: enable D-BUS support.
-DENABLE_FAM=ON:" Support for efficient file change monitoring system is enabled
-DENABLE_EXPAT:BOOL=ON:" Support for XML via Expat is enabled

Non-Multilib

Compile the package:

mkdir build &&
cd build &&
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
   -DENABLE_INOTIFY:BOOL=ON -DENABLE_DBUS:BOOL=ON &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

To do...

Install the package:

To do...

N32

Compile the package:

To do...

Install the package:

To do...

64Bit

Compile the package:

mkdir build &&
cd build &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" \
    cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
    -DLIB_SUFFIX=64 \
    -DCMAKE_LIBRARY_PATH=/usr/lib64 \
    -DENABLE_INOTIFY:BOOL=ON -DENABLE_DBUS:BOOL=ON &&
make

Install the package:

make install

Contents

Installed Directories: /usr/include/strigi, /usr/lib/strigi, /usr/share/strigi
Installed Programs: deepfind, deepgrep, xmlindexer, strigicmd, luceneindexer, strigiclient, strigidaemon
Installed Libraries: libstreams.so.0.6.4, libstreamanalyzer.so.0.6.4, libstreamanalyzer.so.0.6.4, libcluceneindex.so.0.6.4, libstrigihtmlgui.so.0.6.4, libstrigiqtdbusclient.so.0.6.4, libsearchclient.so.0.6.4
Retrieved from "?title=Strigi&oldid=19151"