-
Notifications
You must be signed in to change notification settings - Fork 7
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
Linux build #5
Comments
I've never done any programming or compilation on Linux. If someone wants to do a patch to support that, can submit a pull request. |
I’ve started taking a look at porting the build to Linux using Meson/Ninja. It’s a little gnarly as there’s some Windows imports that need to be replaced, but I think I have decent replacements for them all. I’m still working through the code base, but I’m bumping into the limits of my c++ and meson knowledge. I’ll probably post a WIP PR soon to show what I’ve done, and allow others to advise. |
Posted my current work in progress here: #7 There's a few issues that still need to be resolved to get the build working. I'd love some eyes from experienced C++ coders, as I'm a bit out of my depth at this point. |
Hi there,
Thanks so much for the tool!
Is there a build instruction for Linux such as "CentOS 8"?
Thanks so much and have a good day!
The text was updated successfully, but these errors were encountered: