-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add Ubuntu compil command #451
base: master
Are you sure you want to change the base?
Conversation
Correct a command line error + add a little bit of detail. /!\ CANNOT COMPILE ON WINDOWS 10 /!\
Ubuntu compil command for required libraries, included under Linux tab.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see what packages this shows that are not already listed in the Linux/Required/Optional libraries/packages.
I just added some command prompt to help newbies like me compile under Linux. |
Maybe the proposed change here duplicates available info, but that info is not as friendly as it could be:
People have to read that and translate it to package names like So I think the PR author has a point, even if the proposed change is the wrong location. Just an outsider perspective, hope this helps! |
@merwok Thank you so much for this detailed message. That was exactly the purpose of this commit. |
While it is helpful to have a more friendly text for package names and or compile instructions, it can cause confusion when said package names change both across distributions and across distribution releases. However, Given all the above - I Don't think this is the direction the author has in mind. As an outside to this, The "attract/debian/control" file does indeed list the required packages which I suspect would be the same for most if not all Debian based derivatives. In fact you should be able to make installable packages under Ubuntu with it.
|
Add Ubuntu compil command on a specific line, guided by many comments. Should be clearer and faster.