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

Support for more Linux distros #769

Closed
lizardgai4 opened this issue Aug 9, 2022 · 6 comments · Fixed by #780
Closed

Support for more Linux distros #769

lizardgai4 opened this issue Aug 9, 2022 · 6 comments · Fixed by #780

Comments

@lizardgai4
Copy link
Contributor

lizardgai4 commented Aug 9, 2022

This will be a living document, updated as I try installing it on various Linux distros.

Here is much more detail: https://docs.google.com/document/d/132ycIMMNvdKvrNZSzbckXVEPQVLTnH_YX0Oh3lqtkkQ/edit?usp=drivesdk

@DreckSoft
Copy link

ld-decode actually works on my Manjaro. Just needed to change LIBS += -lqwt-qt5 to LIBS += -lqwt in ld-analyse.pro which is already mentioned in a commentary above that line.

Unfortunately I can't remember which packaged I did install.

@lizardgai4
Copy link
Contributor Author

@DreckSoft
"Unfortunately I can't remember which packaged I did install."

That's okay. I figure out which packages to install on each Linux distro, using the preferred package managers (Ubuntu has apt, Fedora has dnf, Manjaro has pacman, etc.)

@lizardgai4
Copy link
Contributor Author

I am currently working on CMake files for ld-decode, and got ld-chroma-decoder to compile and give display the help screen.

@lizardgai4
Copy link
Contributor Author

There is currently a pull request to have this project use CMake files, which work on nearly every Linux distro I tried (see the document link at the top for details). Can we mark this as resolved just yet?

@atsampson
Copy link
Collaborator

If you put "Fixes #769." in the message for the PR, then this issue will be closed automatically when the PR is merged.

@lizardgai4
Copy link
Contributor Author

@atsampson Got it, gave it that message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants