The easiest way to install this package and required dependencies for Google Cloud Product Interfaces is to clone the top-level repository using:
git clone --recursive https://github.com/mathworks-ref-arch/matlab-gcp-common.git
The MATLAB code uses the Google Cloud client library for Java and can be built using:
cd matlab-gcp-common/Software/Java
mvn clean package
Once built, change directory to the Software/MATLAB
folder and use the startup.m
function to initialize the interface for all other Google cloud interfaces.
cd matlab-gcp-common/Software/MATLAB
startup