<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-11-23 7:13 p.m., Jared Faivre
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CADE378Yw7XZ8R3WZmsDbfyWAh6vtkA7396DLznPVT5X4bu2-yw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr"><br>
        <div><span style="color:rgb(0,0,0)">I would try adding these
            into the codebase and compiling myself, but as I said, I
            didn't figure out a working build environment. Any thoughts
            on getting this to work?</span></div>
        <div><span style="color:rgb(0,0,0)"> </span></div>
      </div>
    </blockquote>
    I have one obtained one of these cutesy little scanners and I did
    plan to look it at some point in the distant future, so good luck
    with that.<br>
    <br>
    There are basic build instructions here:<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://gitlab.com/sane-project/backends">https://gitlab.com/sane-project/backends</a><br>
    <br>
    However, to summarise on Debian you can get the build dependencies
    with:<br>
    <br>
    sudo apt build-dep libsane<br>
    sudo apt install libxml2-dev git<br>
    <br>
    Then:<br>
    <br>
    git clone <a class="moz-txt-link-freetext" href="https://gitlab.com/sane-project/backends.git">https://gitlab.com/sane-project/backends.git</a><br>
    or<br>
    git clone <a class="moz-txt-link-abbreviated" href="mailto:git@gitlab.com:sane-project/backends.git">git@gitlab.com:sane-project/backends.git</a><br>
    <br>
    ...depending on if you have an account on gitlab and an ssh key
    registered there.<br>
    <br>
    cd backends<br>
    ./autogen.sh<br>
    ./configure<br>
    make<br>
    make install<br>
    <br>
    The usual suspects for building on a Linux system.<br>
    <br>
    Cheers,<br>
    Ralph<br>
    <br>
  </body>
</html>