aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2001-11-29 13:03:08 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2001-11-29 13:03:08 +0000
commit622142fe5f864ad3964a6f30ffe6af7361515e83 (patch)
tree3132d2cafa7c712ee6fff1fbd3e4e9c2fec4ae11 /README
parenteec231c7350bda539d10564b723a124a7caeafa6 (diff)
downloadruby-openssl-history-622142fe5f864ad3964a6f30ffe6af7361515e83.tar.gz
* Make work under MS Windows (strptime added) + doc in README
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 2956091..117e8a8 100644
--- a/README
+++ b/README
@@ -51,10 +51,17 @@ This program is licenced under the same licence as Ruby.
OpenSSL >= 0.9.6b
[Instalation]
+= Unix like systems:
ruby extconf.rb
make
su root -c make install
+= Windows like systems:
+ add to %PATH%: c:\openssl\bin - where the dlls lays
+ ruby extconf.rb --with-openssl-include=c:\openssl\include --with-openssl-lib=c:\openssl\lib
+ nmake
+ nmake install
+
[Documentation/API]
Sorry, not done. See 'test' folder's examples and grep C sources for rb_define_method :-))