Difference between revisions of "Strigi"

From CBLFS
Jump to navigationJump to search
(website has moved to sourceforge)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://www.vandenoever.info/software/strigi/strigi-{{Strigi-Version}}.tar.bz2
+
| http://downloads.sourceforge.net/strigi/strigi-{{Strigi-Version}}.tar.bz2
 
|-
 
|-
 
!Additional Download:
 
!Additional Download:
| http://www.vandenoever.info/software/strigi/strigiapplet-{{Strigi-Version2}}.tar.bz2
+
| http://downloads.sourceforge.net/strigi/strigiapplet-{{Strigi-Version2}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
{{Package-Introduction|Strigi is a desktop and indexer independent desktop search engine.|http://www.vandenoever.info/software/strigi/}}
+
{{Package-Introduction|Strigi is a desktop and indexer independent desktop search engine.|http://strigi.sourceforge.net/}}
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 17:09, 24 February 2008

Download Source: http://downloads.sourceforge.net/strigi/strigi-0.6.4.tar.bz2
Additional Download: http://downloads.sourceforge.net/strigi/strigiapplet-Template:Strigi-Version2.tar.bz2

Introduction to Strigi

Strigi is a desktop and indexer independent desktop search engine.

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

Dependencies

Caution.png

Note

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

Required

Recommended

Optional

  • Qt4 (to build gui interface)

Configuration Information

-DENABLE_INOTIFY:BOOL=ON: enable inotify support. See note below.
-DENABLE_DBUS:BOOL=ON: enable D-BUS support.

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

Compile the strigiapplet package (Optional and only if you have KDE3):

mkdir build &&
cd build &&
cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
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:

To do...

Install the package:

To do...

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