-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
41 lines (27 loc) · 814 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
installing sphinx-port
$ export PREFIX="$ZVM_PREFIX/x86_64-nacl"
$ export PATH="$PATH:$ZVM_PREFIX/bin"
Install Libexpat:
wget http://heanet.dl.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz;
tar expat-2.1.0.tar.gz;
cd expat-2.1.0;
./configure --host=x86_64-nacl prefix=$ZVM_PREFIX/x86_64-nacl;
make install
install Zlib:
wget http://zlib.net/zlib-1.2.8.tar.gz;
tar xvf zlib-1.2.8.tar.gz;
cd zlib-1.2.8;
CC=x86_64-nacl-gcc ./configure --prefix=$ZVM_PREFIX/x86_64-nacl;
make;
sudo make install;
installing sphinx-port
./configureall.sh
make
cd zxpdf-3.03;make
cd ../docxextract;make
cd ../antiword-0.37
make
run indexing, and then run search "channel" from txt files on tar archive doc.tar
$ cd ../zsphinx
#specify directory ss arg for indexing files
$ ./runindexingandsearch.sh "~/temp"