Sign inSign up

augugrumi/astaire

By augugrumi

Updated almost 8 years ago

SF core for RFC-7665 implementation

Image
0

1.9K

augugrumi/astaire repository overview

astaire

Build Status

How to build

You need CMake to build this program. In the root of the repository:

mkdir build/;
cd build;
cmake -DCMAKE_BUILD_TYPE=[Debug|Release] -DJNI=[True|False] ..;
make;

Table of flags:

NameDefaultOptionsDescription
CMAKE_BUILD_TYPEDebugDebug/RelaseSet the build type. Debug offers more logs and debug info
JNIFalseTrue/FalseSet Java/C++ integration. This option allows to use Java handlers

License

GPLv3

Tag summary

Content type

Image

Digest

Size

163.1 MB

Last updated

almost 8 years ago

docker pull augugrumi/astaire