cboxdoerfer / fsearch

A fast file search utility for Unix-like systems based on GTK3
GNU General Public License v2.0
3.27k stars 207 forks source link

Install on Debian 10 (Buster) don't work #390

Closed apapapapapapap closed 2 years ago

apapapapapapap commented 2 years ago

Followed the build instructions (https://github.com/cboxdoerfer/fsearch/wiki/Build-instructions).

command 'meson builddir' gives: src/meson.build:56:0: ERROR: Dependency "libpcre2-8" not found, tried pkgconfig and cmake

Tried to install 'libpcre2-8'. But 'libpcre2-8' isn't available in debian packages, only 'libpcre2-8-0'

cboxdoerfer commented 2 years ago

Did you install libpcre2-8-0 and tried it again?

cboxdoerfer commented 2 years ago

Also you need libpcre2-dev. I'll update the build instructions.

apapapapapapap commented 2 years ago

Installed libpcre2-dev.

It's working now.

Thx for the fast help.

apapapapapapap commented 2 years ago

Installed libpcre2-dev.

It's working now.

Thx for the fast help.

Also you need |libpcre2-dev|. I'll update the build instructions.

— Reply to this email directly, view it on GitHub https://github.com/cboxdoerfer/fsearch/issues/390#issuecomment-1221775845, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIKGAN4QW37NP3I7EP3XNPDV2L3W3ANCNFSM57F3TWKQ. You are receiving this because you authored the thread.Message ID: @.***>

cboxdoerfer commented 2 years ago

Great! The build instructions have been updated.