Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 322 Bytes

readme.md

File metadata and controls

24 lines (20 loc) · 322 Bytes

DEPENDENCE

  • curl
  • openssl
  • readline

PLATFORM

  • Linux
  • OSX
  • Cygwin

STATUS

Build Status

BUILD

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