Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gaccob/gbase

C lib
https://github.com/gaccob/gbase

Last synced: about 2 months ago
JSON representation

C lib

Awesome Lists containing this project

README

        

DEPENDENCE
----------
- curl
- openssl
- readline

PLATFORM
--------
- Linux
- OSX
- Cygwin

STATUS
------
> [![Build Status](https://travis-ci.org/gaccob/gbase.svg?branch=master)](https://travis-ci.org/gaccob/gbase)

BUILD
-----
- cd build
- cmake ..
- make
- cd test && ./unitest -a 1>/dev/null && cd ..
- make install