Skip to content

Instantly share code, notes, and snippets.

@ialhashim
Last active December 20, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ialhashim/6046777 to your computer and use it in GitHub Desktop.
Save ialhashim/6046777 to your computer and use it in GitHub Desktop.
Get bundler package.
# 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