A Gnome Application to visualize pdf document using the MuPdf library.
This project uses the meson build system. Run the following commands to clone this project and initialize the build:
git clone https://github.com/gravures/acide.git
cd acide
meson build --prefix=~/.local
Note: build
is the build output directory and can be changed to any other
directory name.
To build or re-build after code-changes, run:
meson --reconfigure --prefix=~/.local build
To install, run:
meson compile -C build
meson install -C build
None.
Acide is a free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.