[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 libsscBuild with make or scripts/build.sh:
make buildor
./scripts/build.shscrips\build.ps1TODO
clib install socketsupply/libsscTODO
bpkg install socketsupply/libsscTODO
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.