<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi fellow developers,<div class=""><br class=""></div><div class="">If you don’t use Docker, please disregard this message. </div><div class=""><br class=""></div><div class="">If you do use Docker, FYI the following instructions in a Dockerfile work. You can probably use a newer version of ubuntu, but we need this one for our software:</div><div class=""><br class=""></div><div class=""><pre style="background-color:#ffffff;color:#333333;font-family:'Menlo';font-size:12.0pt;" class=""><span style="font-weight:bold;" class="">FROM </span>ubuntu:15.04<span style="color:#009999;" class=""><br class=""></span><span style="font-weight:bold;" class="">MAINTAINER </span>Danelle Cline <span style="font-weight:bold;" class=""><</span><a href="mailto:dcline@mbari.org" class="">dcline@mbari.org</a><span style="font-weight:bold;" class="">><br class=""></span><span style="font-weight:bold;" class=""><br class=""></span><span style="color:#999988;font-style:italic;" class=""># Install<br class=""></span><span style="font-weight:bold;" class="">RUN </span>\<br class="">  apt-get update <span style="font-weight:bold;" class="">-</span>y <span style="font-weight:bold;" class="">&& </span>\<br class="">  apt-get upgrade <span style="font-weight:bold;" class="">-</span>y <span style="font-weight:bold;" class="">&& </span>\<br class="">  apt-get install <span style="font-weight:bold;" class="">-</span>y git cmake g<span style="font-weight:bold;" class="">++ && </span>\<br class="">  apt-get clean<br class=""><br class=""><br class=""><span style="color:#999988;font-style:italic;" class=""># Check out VIAME and build<br class=""></span><span style="font-weight:bold;" class="">WORKDIR /</span>code<br class=""><span style="font-weight:bold;" class="">RUN </span>git clone https:<span style="font-weight:bold;" class="">//</span>github.com<span style="font-weight:bold;" class="">/</span>Kitware<span style="font-weight:bold;" class="">/</span>VIAME.git<br class=""><span style="font-weight:bold;" class="">WORKDIR /</span>code<span style="font-weight:bold;" class="">/</span>VIAME<span style="font-weight:bold;" class="">/<br class=""></span><span style="font-weight:bold;" class="">RUN </span>git submodule update <span style="font-weight:bold;" class="">--</span>init<br class=""><span style="font-weight:bold;" class="">RUN </span>cmake <span style="font-weight:bold;" class="">-</span>DCMAKE_BUILD_TYPE:STRING=Release <span style="font-weight:bold;" class="">/</span>code<span style="font-weight:bold;" class="">/</span>VIAME</pre><div class=""><br class=""></div></div><div class=""></div><div class="">-Danelle</div><div class=""><div apple-content-edited="true" class="">
<br class="">Danelle Cline<br class="">Software Engineer<br class="">Monterey Bay Aquarium Research Institute<br class="">7700 Sandholdt Road<br class="">Moss Landing, California  95039<br class="">831 775 1947; 831 775 1652 (fax)<br class=""><a href="http://www.mbari.org" class="">www.mbari.org</a>;  <a href="http://www.mbari.org/staff/dcline" class="">www.mbari.org/staff/dcline</a>

</div>
<br class=""></div></body></html>