forked from m4dc4p/haskelldb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
45 lines (27 loc) · 836 Bytes
/
INSTALL
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
Quick install:
./configure
make
make install
Compile from CVS:
autoconf
./configure
make
make install
Requirements:
- GHC 6.2
- Hugs November 2003 (if you want Hugs support)
- The current CVS (2004-02-01) version of HSQL must be installed.
When building HSQL, remember to enable all drivers that you are
going to use. Example of building and installing HSQL :
$ ./configure --enable-odbc --enable-mysql --enable-postgres
$ make
$ make install
Extra requirements for Windows
- Cygwin (found at www.cygwin.com)
Except the default packages you will also need Make and GCC
- Microsoft Data Access Components (MDAC) SDK (found at
www.msdn.com/download)
Database support:
- MySQL
HaskellDB only works with MySQL version >= 4.1 since earlier
versions don't support for nested subqueries.