[OpenDroneMap-dev] cmake branches

Dakota Benjamin dmb2 at clevelandmetroparks.com
Mon Apr 4 05:43:35 PDT 2016


The install process should be as follows:


cd path/to/odm/dir
git clone https://github.com/OpenDroneMap/OpenDroneMap.git .
git checkout dev
export PYTHONPATH=$PYTHONPATH:`pwd`/SuperBuild/install/lib/python2.7/dist-packages
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/SuperBuild/install/lib
bash configure.sh
mkdir build && cd build && cmake .. && make && cd ..



[http://sig.cmparks.net/cmp-ms-90x122.png]Dakota Benjamin
Geospatial Developer
clevelandmetroparks.com<http://www.clemetparks.com/>


<http://www.clemetparks.com/>

<http://www.clemetparks.com/>"It is not down in any map; true places never are."

      Herman Melville



________________________________
From: OpenDroneMap-dev <opendronemap-dev-bounces at lists.osgeo.org> on behalf of Stephen Mather <stephen at smathermather.com>
Sent: Saturday, April 2, 2016 8:05 PM
To: opendronemap-dev at lists.osgeo.org
Subject: [OpenDroneMap-dev] cmake branches

Hi All,

The install process for the new cmake branches<https://github.com/OpenDroneMap/OpenDroneMap/tree/mvs-texturing-addition> is messy yet, with path exports etc.. Do any of you have good packaging experience? Do any of you have any recommendations as to how to fix/improve this process? An example, guide, or pull request much appreciated. It's one of the only blocking issues left before all the great changes in.


cd path/to/odm/dir
git clone https://github.com/OpenDroneMap/OpenDroneMap.git .
export PYTHONPATH=$PYTHONPATH:`pwd`/SuperBuild/install/lib/python2.7/dist-packages
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/SuperBuild/install/lib
bash configure.sh
mkdir build && cd build && cmake .. && make && cd ..

Thanks,

Best,

Steve

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/opendronemap-dev/attachments/20160404/c132ec36/attachment.html>


More information about the OpenDroneMap-dev mailing list