~ubuntu-branches/ubuntu/trusty/lua-sec/trusty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2014-02-01 14:21:36 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140201142136-a3y41pzungz2w06i
Tags: 0.5-1
* New upstream release 
* Bump Standards-Version to 3.9.5, no changes
* Copyright updated and ported to format 1.0 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
LuaSec 0.4.1
 
1
LuaSec 0.5
2
2
------------
3
3
 
 
4
* OpenSSL options:
 
5
 
 
6
    By default, LuaSec 0.5 includes options for OpenSSL 1.0.1e.
 
7
 
 
8
    If you need to generate the options for a different version of OpenSSL:
 
9
 
 
10
      $ cd src
 
11
      $ lua options.lua -g /usr/include/openssl/ssl.h > options.h
 
12
 
 
13
--------------------------------------------------------------------------------
 
14
 
4
15
* On Linux, BSD, and Mac OS X:
5
16
 
6
17
  - Edit 'Makefile'
15
26
 
16
27
  - Use 'make install' to install the modules.
17
28
 
 
29
--------------------------------------------------------------------------------
 
30
 
18
31
* On Windows:
19
32
  
20
33
  - Use the Visual C++ project to compile the library.