Last active
December 20, 2015 01:09
-
-
Save ialhashim/6046777 to your computer and use it in GitHub Desktop.
Get bundler package.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clone repos | |
git clone https://github.com/ennetws/EventCloudBundler.git | |
git clone https://github.com/ennetws/EventCloudBundlerExtra.git | |
# Compile bundler | |
cd EventCloudBundler/bundler | |
make clean | |
make | |
sudo cp bin/libANN_char.so /lib | |
cd ../.. | |
# Compile extras | |
sudo apt-get -y install libboost-all-dev libgsl0-dev | |
cd EventCloudBundlerExtra/program | |
mkdir bin | |
cd bin | |
cmake . .. | |
make | |
cd ../../.. | |
# Copy compiled extras | |
mkdir -p EventCloudBundler/CMVS-PMVS/bin | |
cp EventCloudBundlerExtra/program/bin/main/* EventCloudBundler/CMVS-PMVS/bin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment