We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Compiling (Ubuntu) (markdown)
added qttools5-dev to the dependencies list
Added the SIGSEGV note with issue explaining it, as I was biten by it (I think "again", IIRC), and took me again like ~30min to find my way.
Updated Compiling (Ubuntu Debian) (markdown)
add cmake dependency
Restored instructions for older Ubuntu
derp missing close quote
Include the clone --recursive thing here, too. That tripped me up until I carefully read over the README.md
parallel make, and set paths appropriately. (default make install goes in /bin and /lib64!!). apt-get is much more efficient doing multiple packages in one call, but kept the pkg per line for readability, with \ for pasteability