We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove libgtk from deps and use ninja to build (is much faster and removes need for -j parameter)
Updated Ubuntu Step by Step Compilation (markdown)
Update for 3.2.x
Add bzip2 library to the apt-get install line since it's recommended by the CMake build system
Add `libwxgtk-webview3.0-dev` , not picked up by CMake, but is required for the executable library linkage
I added the `libcurl4-openssl-dev` since it is needed to install curl.h header which is needed to be found for {CURL_INSTALL_DIR} in CMake
Removed SFML repository section (no longer needed), added optional step to switch to 3.1.1 branch, added webkit startpage switch to cmake line
wxWidgets 3.0 is now available in Ubuntu repository
Convert to Markdown