PiRSquared17 / wikipedia-offline-patch

Automatically exported from code.google.com/p/wikipedia-offline-patch
0 stars 0 forks source link

Cross-platform support #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The first step will be to choose a PHP installation

Original issue reported on code.google.com by adam.m.w...@gmail.com on 20 Jan 2011 at 10:15

GoogleCodeExporter commented 9 years ago

Original comment by adam.m.w...@gmail.com on 22 Jan 2011 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by adam.m.w...@gmail.com on 22 Jan 2011 at 8:17

GoogleCodeExporter commented 9 years ago
Can get it to run on windows; needs an installer.  Steps:
depends: [php-5.3.5 vc9 (to match xapian build)], [xapian-bindings 
xapian-tools-1.2.4] [zlib] [msvc runtime 2008: vcredist_x86] [mongoose-2.11]

cp xapian/php_xapian.dll php/ext/
cp xapian/xapian.php mediawiki/includes/
php.ini:
 extension php_xapian.dll
 extension php_bz2.dll
 include_dir ABSPATH to php/ext

copy zlib1.dll ~/.wine/drive_c/windows/system32/

msvcr90 problems: install the VC redist runtime 2008
(winetricks: " and cygwin)

Original comment by adam.m.w...@gmail.com on 25 Jan 2011 at 4:53

GoogleCodeExporter commented 9 years ago
Now we can look at finer-grained issues.

Original comment by adam.m.w...@gmail.com on 2 Feb 2011 at 6:28