mirror of
https://github.com/brunoos/luasec.git
synced 2025-07-13 14:34:23 +02:00
Version number -> 0.5.
This commit is contained in:
15
INSTALL
15
INSTALL
@ -1,6 +1,17 @@
|
||||
LuaSec 0.4.1
|
||||
LuaSec 0.5
|
||||
------------
|
||||
|
||||
* OpenSSL options:
|
||||
|
||||
By default, LuaSec 0.5 includes options for OpenSSL 1.0.1e.
|
||||
|
||||
If you need to generate the options for a different version of OpenSSL:
|
||||
|
||||
$ cd src
|
||||
$ lua options.lua -g /usr/include/openssl/ssl.h > options.h
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
* On Linux, BSD, and Mac OS X:
|
||||
|
||||
- Edit 'Makefile'
|
||||
@ -15,6 +26,8 @@ LuaSec 0.4.1
|
||||
|
||||
- Use 'make install' to install the modules.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
* On Windows:
|
||||
|
||||
- Use the Visual C++ project to compile the library.
|
||||
|
Reference in New Issue
Block a user