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
git clone https://github.com/linuxmint/xreader.git
cd xreader
Configure the build with Meson:
# The following configuration installs all binaries,
# libraries, and shared files into /usr/local, and
# enables all available options:
meson builddir \
--prefix=/usr/local \
--buildtype=plain \
-D deprecated_warnings=false \
-D djvu=true \
-D dvi=true \
-D t1lib=true \
-D pixbuf=true \
-D comics=true \
-D introspection=true
Build and install (sudo or root is needed for install):
ninja -C builddir
sudo ninja -C builddir install
Run:
/usr/local/bin/xreader
# If you want to test the daemon
usr/local/lib/x86_64-linux-gnu/xreaderd
You can enable debugging with the G_MESSAGES_DEBUG environmental \
variable.