INSTALL

Sat, 17 Dec 2011 10:30:58 -0800

author
Paul Aurich <paul@darkrain42.org>
date
Sat, 17 Dec 2011 10:30:58 -0800
changeset 45
5be249c0ae71
parent 0
f7d2d78eb424
permissions
-rw-r--r--

context: Add no_compression for OpenSSL 0.9.8 as well

Since OpenSSL 0.9.8 doesn't have SSL_OP_NO_COMPRESSION, this is
implemented by simplying NULLing out the SSL_CTX->comp_methods stack.

LuaSec 0.4
------------

* On Linux, BSD, and Mac OS X:

  - Edit 'Makefile'
    * Inform the path to where install the Lua modules (LUAPATH) and binaries 
      modules (LUACPATH)
    * If Lua or OpenSSL are not in the default path, set the 
      variables INCDIR and LIBDIR.
    * For Mac OS X, set the variable MACOSX_VERSION.

  - Use 'make <platform>' to compile
    * Platforms: linux, bsd, or macosx

  - Use 'make install' to install the modules.

* On Windows:
  
  - Use the Visual C++ project to compile the library.

  - Copy the 'ssl.lua' file to some place in your LUA_PATH.

  - Copy the 'ssl.dll' file to some place in your LUA_CPATH.

  - Create a directory 'ssl' in your LUA_PATH and copy 'https.lua' to it.

mercurial