Skip to content

dei-s/libc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waves-c Build Status

C library for working with Waves

Build

This package uses cmake 2.8+ for building and it depends on openssl dev package.

To build it on linux should install openssl-dev and just call cmake and make

cmake .
make

On Mac OS X you should install openssl using brew and then pass the openssl path as cmake parameter:

brew install openssl
cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl .
make

For a quick start, we took the bcdev's waves_vanity source code source code as a basis, thank bcdev for that!

About

C library for working with Waves

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.8%
  • Objective-C 14.2%
  • C++ 4.5%
  • CMake 0.5%