[WIP] Socket SDK Client Library (written in C99).
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.
Installing libssc
from source is simple and straightforward.
Clone the repository:
git clone [email protected]:socketsupply/libssc.git
cd libssc
Build with make
or scripts/build.sh
:
make build
or
./scripts/build.sh
scrips\build.ps1
TODO
clib install socketsupply/libssc
TODO
bpkg install socketsupply/libssc
TODO
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 MIT.