doc(README): Improve C++ library build documentation
Add build and test instructions for C++ library. These commands are
based on build process initiated by Makefile.
doc(README): Improve dependency installation
Dependencies should be held in one place. The requirements.txt offers a
natural place to maintain all requirements which can be installed using
a pip command.
doc(README.gcp): Remove C++ library instructions
The C++ library instructions became outdated with changes to automate
submodule build. The automation takes care of C++ library build process
which allows the cloud build skip directly to the python part of
instructions.
There is a small addition to use libdds-build target before trying local
server. This makes sure automate C++ library build process will be done
before attempting to use the library.
doc(README): Improve C++ library build documentation
Add build and test instructions for C++ library. These commands are based on build process initiated by Makefile.
doc(README): Improve dependency installation
Dependencies should be held in one place. The requirements.txt offers a natural place to maintain all requirements which can be installed using a pip command.
doc(README.gcp): Remove C++ library instructions
The C++ library instructions became outdated with changes to automate submodule build. The automation takes care of C++ library build process which allows the cloud build skip directly to the python part of instructions.
There is a small addition to use libdds-build target before trying local server. This makes sure automate C++ library build process will be done before attempting to use the library.