summaryrefslogtreecommitdiff
path: root/README
blob: bae8618f6f7bf4bf0ed6508f854f67280dd9f6da (plain)
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
46
47
48
49
50
51
52
53
54
55
Building:

Linux/Unix:
autoconf
./configure

If you need to modify the Makefiles, automake 1.9.6 was used. Makefile.am is 
included in the source.

------------------------------------------------------------------------------

Mac OS X:

------------------------------------------------------------------------------

Windows:

Prereqs -
Microsoft Visual C++ and Platform SDK.
Install as normal. Make sure INCLUDE and LIB are set appropriately.
These are available at (http://msdn.microsoft.com/visualc/)

Cygwin
Install as normal. You'll need base, the shell, autoconf-2.5x, cvs*...
This can be downloaded at (http://www.cygwin.com)

ZLib
Download ZLib source an binaries from here (http://www.zlib.org)
Unzip into a known directory (like c:/zlib)
Set ZLIB_INCLUDE to the location of the include files (e.g. c:/zlib/include)
and ZLIB_LIB to the location of the export libraries (e.g. c:/zlib/lib) 

Once everything is installed, start a cygwin shell.
1. checkout the coolkey source
2. Make sure the environment variables INCLUDE, LIB, ZLIB_INCLUDE, and ZLIB_LIB 
are defined.
3. Make sure the Visual C++ tools are in your path.

In the root directory type:

autoconf-2.5x
./configure
make


NOTE: Make install does not work on windows. You'll need to fetch
src/libckyapplet/.lib/libckyapplet-1.dll
src/coolkeypk11/.lib/libcookeypk11.dll
and
zlib1.dll from your zlibdirectory and install it in your windows system32 
directory.


* This may not be a full list. If you discover additional packages which are 
needed please let us know.