#!/bin/bashecho"Build the libraries.."mkdir -p libmakeecho"Run the example"export LD_LIBRARY_PATH=../../lib:${LD_LIBRARY_PATH}export DYLD_LIBRARY_PATH=../../lib:${DYLD_LIBRARY_PATH}echo"Run the deployment with all in one packed library..."lib/cpp_deploy_packecho"Run the deployment with all in normal library..."lib/cpp_deploy_normal