We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update LUA version to 5.3, 5.2 isn't accepted by cmake
Adding the solution for the VM error because of old openGL
Minor formatting tweaks
Spell checked Windows part with grammarly and added more explanations based on a Zulip comment
Modified the whole windows installation so it's almost totally automated. Tried to offer best of both (GUI and CLI) worlds so the users can use the ones they are most comfortable.
Added verbose to some instructions, added a conan instruction in case it does not use compiler version 16 and changed some links to more specific places. Specified Qt version 5 and changed path according to it to make it simplier
Updated Building (markdown)
found another libdxfrw clone place to add --branch LibreCAD_3
added information to use new branch LibreCAD_3 of libdxfrw repo
Add libglm-dev to the list of debian dependencies and to the list of required libraries, and also add libglfw3 to the list of libraries (was already added to the Debian list).
Add libglfw3-dev to required Debian packages
Add libqt5svg5-dev and libbz2-dev build dependencies (tested on Ubuntu 20.04)
Everything from libboost-all-dev is not required
Improve building steps
Add rapidjson as a dependency
Add rapidjson-dev
Add libglew-dev, no need to specify gcc-4.8, it should be a dependency of g++ in appropriate version e.g 4.8 or 4.9
Update required Lua version
PATH environment variable folders
libdxfrw layout
Clone Librecad_3 repository - recursive creates the folder
Uninstall
Created Building (markdown)