Skip to content

labcrypto/abettor-c

Repository files navigation

Abettor - Helper libraries written in C

Installation

Linux (Debian-based distributions)

First, install dependencies.

 $ sudo apt-get install git build-essential cmake libssl-dev libpcsclite-dev

Then, clone source code from github.

 $ git clone https://github.com/LabCryptoOrg/abettor-c

Compile and install sources.

 $ cd abettor-c
 $ mkdir -p build
 $ cd build
 $ cmake ..
 $ make
 $ sudo make install

Developers

Kamran Amini (kam.cpp@gmail.com)