Minimal c/c++ client to generate and access TDF files
To build the client the following dependencies are needed
Using Hombrew (for Mac and Linux)
brew install conan cmake
Installing a published release with Conan (recommended, will prefer prebuilt binaries but build missing deps from source)
conan install opentdf-client/1.1.3@ --build=missingFor more details on Conan and publishing, see OpenTDF/client-conan
cd srcsh build-all.sh
cd srcsh build-all-test.sh