You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an `issue <https://github.com/ceres-solver/ceres-solver/issues/491>`_ with the gflags-config.cmake distributed with Fedora. This quick workaround works::
51
+
Close and re-open your terminal
51
52
52
-
sudo sed -i "s^set (GFLAGS_INCLUDE_DIR.*^set (GFLAGS_INCLUDE_DIR "/usr/include")^" /usr/lib64/cmake/gflags/gflags-config.cmake
53
+
Install the conda environment with:
53
54
54
-
Install python dependencies before building::
55
+
conda env create --file conda.yml --yes
55
56
56
-
cd ~/src/OpenSfM && pip install -r requirements.txt
0 commit comments