-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL.win32
45 lines (28 loc) · 1.28 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
these instructions are most probably out of date
Alpino win32 binary usage instructions
--------------------------------------
This port is *very much experimental!!!!*
installation instruction:
- install Tcl/Tk 8.4.19 (get it from somewhere)
- cd c:\
- unzip the Alpino zip file (available in current directory)
- cd c:\Alpino
- bin\alpino
some differences with Unix version of Alpino:
- no support for reading XML files from compact corpora
- if the GUI is running, you cannot use the Prolog command interpreter,
nor the Hdrug command interpreter (due to limitations of SICStus on
the windows platform)
- there most probably are further limitations (timeout?? memory-out??)
Feedback to [email protected] and [email protected]
Compilation
-----------
You don't really want to go here, but if you are really courageous,
the optimal build configuration is:
- Windows 2000, updated to the most recent service pack.
- Visual Studio 2005 (preferred over g++ for correct linkage).
- Cygwin (including Alpino build dependencies).
Getting all paths set correctly is a bit annoying. For instance, you'll
want to use 'link' from Visual Studio (rather than Cygwin), but the
Cygwin sort command. Putting the Cygwin path first, renaming Cygwin's
link.exe should do the trick.