Re: sane-git launchpad repo libjpeg8 dependency
Ralph Little <[email protected]> Fri, 27 Sep 2024 09:51:28 -0700
| Newsgroups | gmane.comp.graphics.scanning.sane.devel |
|---|---|
| Message-ID | <CAFNXweMxjresZEpijUHEocM99nHqGVqLODr37nUVxpohxKd5hg@mail.gmail.com> |
Hi, On Fri, Sep 27, 2024 at 3:38 AM Marco Moock <[email protected]> wrote: > Am 18.09.2024 um 22:50:30 Uhr schrieb Ralph Little: > > > Building the backend binary should be fairly straightforward if you > > install the dependencies, including build-essential (for the > > compiler), git clone the backends repo > > (from https://gitlab.com/sane-project/backends.git), in a terminal, > change to the backends directory, enter: > > > > ./autogen.sh > > ./configure --prefix={a test directory such as $HOME/sane-install} > > ./make > > ./make install > > > > Then: > > > > export LD_LIBRARY_PATH=$HOME/sane-install/lib/sane > > scanimage etc.... to test. > > Thanks! > Is there also a documented way how to build a deb package out of that? > > Probably the easiest way would be to download the source package, update the source in there (replace the rts8891*.* files in the backend directory) then rebuild the deb file. There are some good instructions out on the web, one here seems quite good: https://raphaelhertzog.com/2010/12/15/howto-to-rebuild-debian-packages Cheers, Ralph > -- > Gruß > Marco > >