Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out of Date build directions in Readme_Developer.md #243

Closed
shitwolfymakes opened this issue Nov 3, 2023 · 1 comment
Closed

Out of Date build directions in Readme_Developer.md #243

shitwolfymakes opened this issue Nov 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@shitwolfymakes
Copy link

OS version: Linux ubuntu-desktop-1 6.2.0-35-generic (Ubuntu 22.04 LTS)

Description of the problem including expected versus actual behavior:
Tried to build this following the instructions in Readme_Developer.md, an ran into a failure.

  1. Following the guide, I tried to build using Qt 5.15.2. The CMake configuration step fails because the CMakeLists.txt actually requires Qt 6.5+.
  2. The guide fails to include an install command for Ubuntu/Debian systems, apt install sqlite3 worked for me.
  3. Building a configured project fails with the error xcb/xcb_keysyms.h: No such file or directory at uglobalhotkeys.h:9 and hotkeymap.h:129. A note to install the XCB library should be included alongside SQLite3. The working command for that is: apt install libxcb-keysyms1-dev for Ubuntu/Debian. The installation command will vary for yum and pacman-based systems.
  4. Not a build error, but the document refers to the qmake ashirt.pro build file instead of the new CMakeLists.txt file.

Steps to reproduce: Try to build on an Ubuntu 22.04 system following the guide.

@shitwolfymakes shitwolfymakes added bug Something isn't working triage Issue needs triage labels Nov 3, 2023
@jkennedyvz jkennedyvz removed the triage Issue needs triage label Nov 6, 2023
@jkennedyvz
Copy link
Contributor

Thanks for pointing this out. Current build "documentation" is the github actions workflow. I can take some time this quarter to clean up the dev instructions to reflect this year's changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants