kbatsos / CBMV

Welcome to the code repository of CBMV: A Coalesced Bidirectional Matching Volume for Disparity Estimation. CVPR 2018
GNU General Public License v3.0
53 stars 13 forks source link

build Command fails as no solution file is found #9

Open agniji opened 5 years ago

agniji commented 5 years ago

Hello,

After I run the following command from Method1 described on README: cd ~/cbmv-cvpr18/cpp/ && mkdir build && cd build && cmake .. && build

I get the error: MSBUILD: error MSBUILD0003: Please specify the project or solution file to build, as none was found in the current directory I can see the cmake command has created the aforementioned files but cant find the solution file. Any suggestion?

Thanks, Agni.

kbatsos commented 5 years ago

Hi,

The project is developed on ubuntu and the sources provided are for linux. We don't have a version of the code that will run on windows.