-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathINSTALL.WIN32
29 lines (22 loc) · 1022 Bytes
/
INSTALL.WIN32
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
_ _
m o z i l l a |.| o r g | |
_ __ ___ ___ ___| |__ ___ | |_
| '_ ` _ \ / _ \_ / '_ \ / _ \| __|
| | | | | | (_) / /| |_) | (_) | |_
|_| |_| |_|\___/___|_.__/ \___/ \__|
====================================
INTRODUCTION
------------
Running mozbot on windows is officially unsupported, and does not
work at all when using ActiveState Perl, as it does not support
forking which mozbot uses extensively.
However, mozbot runs successfully on Windows with Cygwin Perl. Tested
on Microsoft Windows XP and Windows Server 2003, Perl 5.8.4 and higher,
including 5.10. Windows Vista and Windows Server 2008 may also work, but
have not been tested, you're on your own.
Once you have Cygwin (http://www.cygwin.com) installed with the Perl
package, follow the instructions in the INSTALL file. You will need
to use CPAN and install the required modules for mozbot to work
properly.
Your mileage may vary, it may not work at all for you. Good luck.
-- end --