Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 709 Bytes

BUILD.md

File metadata and controls

17 lines (15 loc) · 709 Bytes

Windows

Windows => Use precompiled binary, or compile it with VS2008/2010 (Express or pro, Pro will allow you to enable Opemp in CMVS) => Use CMake GUI in order to generate the Visual Studio project file (in ./program you will find the main CMakeLists.txt).

Linux compilations (Ubuntu used as example)

#Prepare an empty machine for building:
sudo apt-get update -qq && sudo apt-get install -qq
sudo apt-get -y install git jpeg boost boost-graph
git clone https://github.com/pmoulon/CMVS-PMVS
mkdir CMVS-PMVS_build && cd CMVS-PMVS_build
cmake ../CMVS-PMVS/program
make
sudo make install

 => Openmp is not activated yet. Add openmp in the cmvs link option and define the _OPENMP cxx flags