<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi,<br>
    <br>
    <div class="moz-cite-prefix">On 2020-08-31 5:06 p.m., Wes Rishel
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAN+zFMkMOySBpgazdY1+P6q5VjpRnyUCDipYYcc1BZESgMh8cw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div><br>
          <div>
            <div
style="box-sizing:border-box;padding:8px;font-family:Monaco,Menlo,Consolas,"Courier
New",monospace;font-size:12px;color:rgb(51,51,51);border-radius:4px;background-color:rgb(251,250,248);border:1px
              solid rgba(0,0,0,0.15)">
              <div>./configure --prefix=/usr
                --libdir=/usr/lib/i386-linux-gnu --sysconfdir=/etc
                --localstatedir=/varĀ  --enable-avahi</div>
              <div>make</div>
              <div>sudo make install</div>
            </div>
            <div><br>
            </div>
            <div>However, there is no file named configure in the
              download, and whereis configure shows no Ubuntu command
              with that name.</div>
          </div>
        </div>
        <div><br>
        </div>
        <div>There is a file <a href="http://configure.ac"
            moz-do-not-send="true">configure.ac</a> but it does have
          execute permissionĀ and it has lines that being with dnl that
          bash does not recognize as commands.</div>
        <br>
      </div>
    </blockquote>
    <br>
    Please follow the build instructions in the README file at the top
    level of the repo.<br>
    If you are building from a git clone then you have a few steps:<br>
    <br>
    The quick version is here:<br>
    <br>
    ./autogen.sh<br>
    ./configure
    <br>
    make
    <br>
    make install<br>
    <br>
    However, you should read the full version for details. <br>
    In particular, you might have to be root to run make install, or you
    might want to run configure with options to deliver the build
    products to somewhere other than your system.<br>
    <br>
    Cheers,<br>
    Ralph<br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>