why should the installation steps be hard?
on this: https://qpdf.readthedocs.io/en/stable/installation.html , there are overly verbose informations how to merely install it that it's hard to follow, at least for me can you guys make it like everyone is 5, like:
To install it:
- do this
- do that
- etc
- Voila! That's it. You can run
qpdfon terminal
- Install the dependecies (How depends on your system).
- Build using Cmake (
cmake -S . -B build && cmake --build build). - Install using Cmake (
cmake --install). - Voila! (If not, check the excellent detailed instructions that for sure covers your specfic case as well as the many others that don't concern you but other users). 😉
My writing is overly verbose. I always welcome suggestions on streamlining and simplifying. Adding some Tl;Dr bits to the docs would be a good exercise.
I don't think the section on building and installing is overly verbose.
I think the section on downloading qpdf is too short. There is a bit more information in README-what-to-download, however, this is not mentioned in the manual and in any case is probably still to terse for less experienced users.
Perhaps the headings should be changed:
- Downloading and Installing qpdf
- Building and Installing qpdf from Source
@handhikadj , on which operating system are you trying to install qpdf?