libssc
libssc copied to clipboard
Socket SDK client library written in C99
libssc
[WIP] Socket SDK Client Library (written in C99).
Installation
libssc
can be installed in a variety of ways. This section describes
in detail how to install the library and set it up for usage in your
project.
Install from source
Installing libssc
from source is simple and straightforward.
Clone the repository:
git clone [email protected]:socketsupply/libssc.git
cd libssc
Building on POSIX
Build with make
or scripts/build.sh
:
make build
or
./scripts/build.sh
Building on Windows
scrips\build.ps1
Install with clib
TODO
clib install socketsupply/libssc
Install with bpkg
TODO
bpkg install socketsupply/libssc
Usage
TODO
Documentation
Developers intending to contribute to the libssc
library should be
sure to check out the Developers Guide before
doing so.
Consumers of this library should be sure to review the porcelain API Documentation before using this library.
See Also
License
See MIT.