-
Notifications
You must be signed in to change notification settings - Fork 87
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
Needs build-essential #65
Comments
Well as the name suggests, I think it'd be implied that you'd need that on Debian based systems. Also the current list of required packages should work on all major operating systems, whilst |
The instructions should be changed, so instead of gcc, a working C compiler is expected (which would include Other than that, the code should be somewhat portable (it actually isn't, see #29 - which is also pinned). |
Since no binary is being provided for Linux and the installation instructions are to compile yourself, I should hope that you would make it beginner-friendly enough by providing the complete instructions one what one needs to do on a fresh install of an OS in order to compile the app. I'm a programmer, but I completely forgot about build-essential and I'm on a fresh install that I haven't used for programming, so I was mystified as to why cmake wasn't working. |
Please specify in the compilation instructions in the readme that build-essential is needed for cmake to work. It's the one piece I was missing and kept getting errors without it. I'm on Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: