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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,12 @@ Be sure to update your `PYTHONPATH` to include `/usr/local/lib/python2.7/site-pa
48
48
49
49
### Installing dependencies on Ubuntu
50
50
51
-
See the[Dockerfile](https://github.com/mapillary/OpenSfM/blob/master/Dockerfile) for the commands to install all dependencies on Ubuntu 14.04. The steps are
51
+
See this[Dockerfile](https://github.com/paulinus/opensfm-docker-base/blob/master/Dockerfile) for the commands to install all dependencies on Ubuntu 14.04. The steps are
52
52
53
53
1. Install [OpenCV][], [Boost Python][], [NumPy][], [SciPy][] using apt-get
54
54
2. Install python requirements using pip
55
55
3. Clone, build and install [OpenGV][] following the receipt in the Dockerfile
56
-
4.[Build and Install](http://ceres-solver.org/building.html) the [Ceres solver][] from its source using the `-fPIC` compilation flag
56
+
4.[Build and Install](http://ceres-solver.org/building.html) the [Ceres solver][] from its source using the `-fPIC` compilation flag.
0 commit comments