Python Forum
Help needed building newly released FOSS 'Meshroom' - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Help needed building newly released FOSS 'Meshroom' (/thread-9811.html)



Help needed building newly released FOSS 'Meshroom' - mStuff - Apr-29-2018

AliceVision's 'Meshroom' was just released after a presentation at FMX, and they have made their source public.

https://github.com/alicevision/meshroom

Their github has a build guide, and I am attempting to build the source in an Anaconda environment. I have never built anything with python before, so I need help to make it work.

I have tried to install the pre-requisites using conda installs, though many of the packages downgrade packages used by the other pre-requisites. Also the use of PySide2 needs manual building, and inputting of path to cmake and qmake (is this part of Qt?). I do not know where these packages are located. I am trying to build on win10.

Also their guide does not seem to describe how to build the software itself, only pre-requisites.

I hope someone here can help me out !