3. Installing Bayun Library
3.1 Link Bayun Library with Shared Libraries
In the terminal, define environment variables BAYUN_LIB_PATH
as the path containing the Bayun library i.e _bayunrest.so
, bayuncore.py
, bayunrest.py
, shared libraries provided along with the Bayun library. Keep all the provided resources at the same path.
export BAYUN_LIB_PATH=<Path to Bayun resources>
Go to BAYUN_LIB_PATH
and run setup.sh
.
cd $BAYUN_LIB_PATH
./setup.sh
Last updated
Was this helpful?