Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmalek/biginteger

Library for handling big integers in C++
https://github.com/pmalek/biginteger

Last synced: 6 days ago
JSON representation

Library for handling big integers in C++

Awesome Lists containing this project

README

        

# biginteger #

[![Build Status](https://travis-ci.org/pmalek/biginteger.svg?branch=master)](https://travis-ci.org/pmalek/biginteger)

library for handling big integers in c++

## Building ##

Requirements:

* cmake

In order to build the library, clone it, create a build directory and trigger cmake:

```
git clone https://github.com/pmalek/biginteger.git && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=RELEASE ../biginteger/ && make
```