kopia lustrzana https://github.com/OpenDroneMap/ODM
8 wiersze
295 B
Bash
8 wiersze
295 B
Bash
|
|
# Install cmake 3.2 since cmake > 3.1 is is required by mvs-texturing.
|
|
# Installation as proposed by:
|
|
# http://askubuntu.com/questions/610291/how-to-install-cmake-3-2-on-ubuntu-14-04
|
|
sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
|
|
sudo apt-get update -y
|
|
sudo apt-get install cmake -y
|