Skip to content

tong/hxssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HXSSL Build Status Haxelib Version

Haxe Cpp/Neko OpenSSL bindings.

Please note hxssl is depreciated from Haxe 3.3.0 on as it has been merged into Haxe core. This library is no longer maintained, but it will still work for previous versions of Haxe.

Build

## Download openssl (you might want to use another version)
wget -P openssl/project/tars/ ftp://ftp.openssl.org/source/openssl-1.0.2g.tar.gz

## Build the build.n script:
cd openssl/tools; haxe compile.hxml

## Use the build.n script to build the library:
cd openssl/project; neko build.n

## Build the ndll
cd src; haxelib run hxcpp build.xml