This is the guide to follow if you just want to use the libraries in your project, without running the test suite.
If you want to contribute or run the test suite, check the Building (Contributor) page.
SC.cpp
Libraries/**SomeLibrary**/*.h
are public. Libraries/**SomeLibrary**/[Internal | Tests]
are NOT public.#define
SC_COMPILER_ENABLE_STD_CPP=1
if you really need Standard C++ LibrarySC.cpp
(located at Bindings/cpp
) to your buildLibraries/**SomeLibrary**/SomeHeader.h
CoreFoundation.framework
CoreServices.framework
SC.cpp
(located at Bindings/cpp
) to your buildLibraries/**SomeLibrary**/SomeHeader.h
libdl
(-ldl
)libpthread
(-lpthread
)SC.cpp
(located at Bindings/cpp
) to your buildLibraries/**SomeLibrary**/SomeHeader.h
#pragma comment(lib, ...)
Ws2_32.lib
ntdll.lib
Rstrtmgr.lib
shlwapi.lib