<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 12/27/2017 08:26 PM, Pierre Couderc wrote:<br>
    <blockquote type="cite"
      cite="mid:33d3a5c3-2043-2e01-0d2c-30f9dea000ea@couderc.eu">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <p>I have built LXD from sources with <br>
      </p>
      <pre style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13.6px; margin-top: 0px; margin-bottom: 0px; word-wrap: normal; padding: 16px; overflow: auto; line-height: 1.45; background-color: rgb(246, 248, 250); border-radius: 3px; word-break: normal; color: rgb(36, 41, 46); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">go get github.com/lxc/lxd
<span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">cd</span> <span class="pl-smi" style="box-sizing: border-box; color: rgb(36, 41, 46);">$GOPATH</span>/src/github.com/lxc/lxd
make</pre>
      <p>I suppose that gives me master branch, but for produciton I
        thnk better to use 2.0.</p>
      <p>1- Do I think good ?</p>
      <p>2- How to do that ?</p>
      <br>
    </blockquote>
    I anwer myself to question 2:<br>
    <pre style="box-sizing: border-box; font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13.6px; margin-top: 0px; margin-bottom: 0px; word-wrap: normal; padding: 16px; overflow: auto; line-height: 1.45; background-color: rgb(246, 248, 250); border-radius: 3px; word-break: normal; color: rgb(36, 41, 46); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">go get github.com/lxc/lxd
<span class="pl-c1" style="box-sizing: border-box; color: rgb(0, 92, 197);">cd</span> <span class="pl-smi" style="box-sizing: border-box; color: rgb(36, 41, 46);">$GOPATH</span>/src/github.com/lxc/lxd
git checkout lxd-2.21
make</pre>
    <br>
    <br>
  </body>
</html>