Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaccob/gbase
C lib
https://github.com/gaccob/gbase
Last synced: 18 days ago
JSON representation
C lib
- Host: GitHub
- URL: https://github.com/gaccob/gbase
- Owner: gaccob
- Created: 2013-06-16T14:27:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T15:29:16.000Z (over 7 years ago)
- Last Synced: 2024-07-31T22:56:41.360Z (3 months ago)
- Language: C
- Homepage:
- Size: 8.35 MB
- Stars: 25
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
DEPENDENCE
----------
- curl
- openssl
- readlinePLATFORM
--------
- Linux
- OSX
- CygwinSTATUS
------
> [![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