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.
|
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.