*** empty log message ***
This commit is contained in:
parent
722a3ed8c2
commit
cbfb93d53e
@ -7,8 +7,6 @@
|
|||||||
|
|
||||||
Recoll
|
Recoll
|
||||||
|
|
||||||
Introduction
|
|
||||||
|
|
||||||
This is Recoll, a personal full text indexing system.
|
This is Recoll, a personal full text indexing system.
|
||||||
|
|
||||||
Recoll is free and copyrighted under the GPL license, see COPYING inside
|
Recoll is free and copyrighted under the GPL license, see COPYING inside
|
||||||
@ -19,7 +17,7 @@ Recoll
|
|||||||
(Xapian), and I find it quite useful right now. You might be interested in
|
(Xapian), and I find it quite useful right now. You might be interested in
|
||||||
using Recoll to index your home directory instead of using xapian's Omega,
|
using Recoll to index your home directory instead of using xapian's Omega,
|
||||||
for example, if you do not want to run a web server, or your data is not
|
for example, if you do not want to run a web server, or your data is not
|
||||||
iso-8859-1. But the query features are much less sophisticated yet.
|
iso-8859-1. But the query features are much less sophisticated for now.
|
||||||
|
|
||||||
See INSTALL inside the distribution for compiling and installing, very
|
See INSTALL inside the distribution for compiling and installing, very
|
||||||
much by hand for now, I hope things will get better in the near future.
|
much by hand for now, I hope things will get better in the near future.
|
||||||
|
|||||||
13
src/configure
vendored
Executable file
13
src/configure
vendored
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# A real one will come in time ...
|
||||||
|
|
||||||
|
sys=`uname`
|
||||||
|
if [ -f mk/$sys ]; then
|
||||||
|
(cd mk; test -f sysconf || ln -s $sys sysconf)
|
||||||
|
else
|
||||||
|
cat <<EOF
|
||||||
|
No system configuration file found in mk/ for '$sys'. Maybe you
|
||||||
|
could try to write one, starting from one of the existing files, they
|
||||||
|
are really simple.
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
Loading…
x
Reference in New Issue
Block a user