summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2007-02-16 21:47:55 +0000
committerrrelyea <rrelyea@fba4d07e-fe0f-4d7f-8147-e0026e666dc0>2007-02-16 21:47:55 +0000
commit260cc888ab288078481cc3fc5ef253c681236f26 (patch)
tree96b96d9f38ae9e5d4a5a0771c10a538c67651a44
parent0d430bb3c361988ef4dade7cb67cadb4718e356d (diff)
Include install instructions for windows.
git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@56 fba4d07e-fe0f-4d7f-8147-e0026e666dc0
-rw-r--r--README13
1 files changed, 9 insertions, 4 deletions
diff --git a/README b/README
index 293e3a8..cd48bc1 100644
--- a/README
+++ b/README
@@ -160,6 +160,7 @@ needed please let us know, or update the wiki
(e.g. c:/zlib/include)
3. Set ZLIB_LIB to the location of the export libraries
(e.g. c:/zlib/lib)
+ 4. Make sure both zdll.lib and zlib1.dll are in the ZLIB_LIB directory
Building
@@ -177,9 +178,13 @@ make
Installing
-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.
+To build a distribution:
+
+make install DESTDIR=C:/build/staging-area libdir=/libraries prefix=/sdk
+
+To install on your local machine:
+
+make install
+