Updates the Readme_Developer.md to reflect the current build requirements and instructions.
Updates Qt version requirement: Changes the required Qt version from 5 to 6.5+, aligning with the project's current dependencies.
Adds installation commands for Ubuntu/Debian: Introduces specific commands (apt install sqlite3 libxcb-keysyms1-dev) for installing necessary dependencies on Ubuntu/Debian systems.
Corrects build file reference: Replaces the outdated reference to ashirt.pro with the current CMakeLists.txt file used for building the project.
Related to #243
Updates the
Readme_Developer.md
to reflect the current build requirements and instructions.apt install sqlite3 libxcb-keysyms1-dev
) for installing necessary dependencies on Ubuntu/Debian systems.ashirt.pro
with the currentCMakeLists.txt
file used for building the project.For more details, open the Copilot Workspace session.