Commit a85ec885 by vsooda Committed by Tianqi Chen

fix cpp deploy (#468)

parent 3dc313ad
#!/bin/bash
echo "Build the libraries.."
mkdir -p lib
make
echo "Run the example"
export LD_LIBRARY_PATH=../../lib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment