Switch to unified view

a/website/pages/recoll-mingw.txt b/website/pages/recoll-mingw.txt
...
...
63
     make -f win32/Makefile.gcc
63
     make -f win32/Makefile.gcc
64
64
65
== Xapian
65
== Xapian
66
66
67
Download from:
67
Download from:
68
http://oligarchy.co.uk/xapian/1.2.21/xapian-core-1.2.21.tar.xz
68
http://oligarchy.co.uk/xapian/1.4.1/xapian-core-1.4.1.tar.xz
69
69
70
Don't forget the PATH update if not done yet:
70
Don't forget the PATH update if not done yet:
71
71
72
     export PATH=/c/qt/tools/mingw492_32/bin:$PATH
72
     export PATH=/c/qt/tools/mingw492_32/bin:$PATH
73
73
74
Then:
74
Then:
75
75
76
    cd c:/recolldeps
76
    cd c:/recolldeps
77
    tar xf path-to-tar-file
77
    tar xf path-to-tar-file
78
    cd xapian-core-1.2.21
78
    cd xapian-core-1.4.1
79
79
80
- Edit common/safeunistd.h to neutralize the sleep() function definition as
80
- Edit common/safeunistd.h to neutralize the sleep() function definition as
81
  this conflicts with the definition which is part of recent mingw
81
  this conflicts with the definition which is part of recent mingw
82
  editions. Replace the "#ifdef __WIN32__" with "#if 0". This is
82
  editions. Replace the "#ifdef __WIN32__" with "#if 0". This is
83
  already fixed in later Xapian versions
83
  already fixed in later Xapian versions