<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>The install process should be as follows: </p>
<p><br>
</p>
<p><span id="ms-rterangepaste-start"></span></p>
<pre style="overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 14px; margin-top: 0px; margin-bottom: 16px; line-height: 1.45; padding: 16px; border-radius: 3px; word-wrap: normal; color: rgb(51, 51, 51); background-color: rgb(247, 247, 247);"><code style="font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; padding: 0px; margin: 0px; border-radius: 3px; border: 0px; display: inline; line-height: inherit; word-wrap: normal; background-color: transparent;">cd path/to/odm/dir
git clone <a href="https://github.com/OpenDroneMap/OpenDroneMap.git" title="https://github.com/OpenDroneMap/OpenDroneMap.git
Ctrl+Click or tap to follow the link" id="LPlnk127484">https://github.com/OpenDroneMap/OpenDroneMap.git</a> .
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 ..</code></pre>
<span id="ms-rterangepaste-end"></span><br>
<p></p>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p></p>
<div class="WordSection1">
<p class="MsoNormal"><img alt="http://sig.cmparks.net/cmp-ms-90x122.png" align="left" height="122" hspace="12" width="90" style="-webkit-user-select: none;" src="http://sig.cmparks.net/cmp-ms-90x122.png"><a name="_MailAutoSig" id="LPNoLP"><span style="font-size:14.0pt; font-family:"Arial","sans-serif"; color:#006C56">Dakota
 Benjamin<span></span><br>
</span></a><span style=""><span style="font-family:"Arial","sans-serif"; color:#006C56">Geospatial Developer</span></span><span style=""><span style="font-size:9.0pt; font-family:"Arial","sans-serif"; color:#006C56"><br>
</span></span><a href="http://www.clemetparks.com/" id="LPNoLP"><span style=""><span style="font-size:9.0pt; font-family:"Arial","sans-serif"">clevelandmetroparks.com</span></span><span style=""></span></a><span style=""></span></p>
</div>
<p><a title="Ctrl+Click or tap to follow the link" href="http://www.clemetparks.com/" id="LPNoLP"><br>
</a></p>
<p><a title="Ctrl+Click or tap to follow the link" href="http://www.clemetparks.com/" id="LPNoLP"></a><font size="3" face="Times New Roman,serif"><span style="font-size:12pt"><font color="black" size="2"><span style="font-size:10pt"><i>"It is not down in any
 map; true places never are."</i></span></font></span></font> </p>
<div style="color:rgb(33,33,33); font-size:15px; margin:0px"><font size="3" face="Times New Roman,serif"><span style="font-size:12pt"><font color="black" size="2"><span style="font-size:10pt">      Herman Melville</span></font></span></font></div>
<br>
<p></p>
</div>
</div>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> OpenDroneMap-dev <opendronemap-dev-bounces@lists.osgeo.org> on behalf of Stephen Mather <stephen@smathermather.com><br>
<b>Sent:</b> Saturday, April 2, 2016 8:05 PM<br>
<b>To:</b> opendronemap-dev@lists.osgeo.org<br>
<b>Subject:</b> [OpenDroneMap-dev] cmake branches</font>
<div> </div>
</div>
<div>
<div dir="ltr"><span style="font-size:16px">Hi All,</span>
<div><span style="font-size:16px"><br>
</span></div>
<div><span style="font-size:16px">The</span><span style="font-size:16px"> </span><a href="https://github.com/OpenDroneMap/OpenDroneMap/tree/mvs-texturing-addition" title="https://github.com/OpenDroneMap/OpenDroneMap/tree/mvs-texturing-addition
Cmd+Click or tap to follow the link" style="font-size:16px">install
 process for the new cmake branches</a><span style="font-size:16px"> </span><span style="font-size:16px">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.</span>
<div>
<div style="font-size:16px"><br>
</div>
<div style="font-size:16px">
<pre style="overflow:auto; font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace; font-size:14px; margin-top:0px; margin-bottom:16px; line-height:1.45; padding:16px; background-color:rgb(247,247,247); border-top-left-radius:3px; border-top-right-radius:3px; border-bottom-right-radius:3px; border-bottom-left-radius:3px; word-wrap:normal; color:rgb(51,51,51)"><code style="font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace; padding:0px; margin:0px; background-color:transparent; border-top-left-radius:3px; border-top-right-radius:3px; border-bottom-right-radius:3px; border-bottom-left-radius:3px; border:0px; display:inline; line-height:inherit; word-wrap:normal">cd path/to/odm/dir
git clone <a href="https://github.com/OpenDroneMap/OpenDroneMap.git">https://github.com/OpenDroneMap/OpenDroneMap.git</a> .
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 ..</code></pre>
</div>
<p style="margin-top:0px; margin-bottom:0px; color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif,'Apple Color Emoji','Segoe UI Emoji',NotoColorEmoji,'Segoe UI Symbol','Android Emoji',EmojiSymbols; font-size:16px">
Thanks,</p>
<p style="margin-top:0px; margin-bottom:0px; color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif,'Apple Color Emoji','Segoe UI Emoji',NotoColorEmoji,'Segoe UI Symbol','Android Emoji',EmojiSymbols; font-size:16px">
Best,</p>
<p style="margin-top:0px; margin-bottom:0px; color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif,'Apple Color Emoji','Segoe UI Emoji',NotoColorEmoji,'Segoe UI Symbol','Android Emoji',EmojiSymbols; font-size:16px">
Steve</p>
<p style="margin-top:0px; margin-bottom:0px; color:rgb(0,0,0); font-family:Calibri,Arial,Helvetica,sans-serif,'Apple Color Emoji','Segoe UI Emoji',NotoColorEmoji,'Segoe UI Symbol','Android Emoji',EmojiSymbols; font-size:16px">
<br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>