You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is awesome, congrats!
Although app-text/mupdf does not provide mupdf-thrid anymore. So cannot compile in Gentoo Linux. Is there anyway to overcome this issue? Can lightweight pdf reader like Zathura serve the same purspose?
❯ meson build --buildtype=release
The Meson build system
Version: 0.63.3
Source dir: /home/mrpingo/gits/mmfm/mmfm
Build dir: /home/mrpingo/gits/mmfm/mmfm/build
Build type: native build
Project name: mmfm
Project version: 0.43b
C compiler for the host machine: ccache cc (gcc 12.2.0 "cc (Gentoo 12.2.0 p1) 12.2.0")
C linker for the host machine: cc ld.bfd 2.39
Host machine cpu family: x86_64
Host machine cpu: x86_64
Library rt found: YES
Library m found: YES
Library mupdf found: YES
meson.build:19:0: ERROR: C shared or static library 'mupdf-third' not found
The text was updated successfully, but these errors were encountered:
Hi, thank you for trying! On debian mupdf-dev contains mupdf-third, I don't know the state of it on gentoo, in the worst case you have to compile it for yourself.
I meant that over version 1.18, mupdf no longer provides libmupdf-third.so (third party sources built into libmupdf.so). Are you using an old version of it? I have installed mupdf-1.20.3
This project is awesome, congrats!
Although app-text/mupdf does not provide mupdf-thrid anymore. So cannot compile in Gentoo Linux. Is there anyway to overcome this issue? Can lightweight pdf reader like Zathura serve the same purspose?
❯ meson build --buildtype=release
The Meson build system
Version: 0.63.3
Source dir: /home/mrpingo/gits/mmfm/mmfm
Build dir: /home/mrpingo/gits/mmfm/mmfm/build
Build type: native build
Project name: mmfm
Project version: 0.43b
C compiler for the host machine: ccache cc (gcc 12.2.0 "cc (Gentoo 12.2.0 p1) 12.2.0")
C linker for the host machine: cc ld.bfd 2.39
Host machine cpu family: x86_64
Host machine cpu: x86_64
Library rt found: YES
Library m found: YES
Library mupdf found: YES
meson.build:19:0: ERROR: C shared or static library 'mupdf-third' not found
The text was updated successfully, but these errors were encountered: