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

Request: Update README.md with list of OS dependencies required to run project. #45

Closed
davidjeddy opened this issue Nov 15, 2018 · 6 comments

Comments

@davidjeddy
Copy link

davidjeddy commented Nov 15, 2018

Current: No list / command of OS dependencies are indicated prior to attempting to 'make' the application.

Desired: List OS packages / Add command examples to install.

Example: For Ubuntu 18.0x autoconf bison flex gawk git liblzma-dev libbz2-dev make python zlibc zlib1g zlib1g-dev

Thank you.

@adsr
Copy link
Owner

adsr commented Nov 20, 2018

Thanks. No longer needed after 8c473d7

@rask
Copy link

rask commented Aug 20, 2019

What does "no longer needed" mean? I found out that I need libpthread which in turn was installable on CentOS with gcc and kernel-devel packages, which I found after 30 minutes of digging in a google search.

In slim environments like Docker and similar a list of required packages would be useful.

@adsr adsr reopened this Aug 20, 2019
@adsr
Copy link
Owner

adsr commented Aug 20, 2019

Thanks for the report @rask . I'll try to add a list of package deps for major distros and docker base images.

@rask
Copy link

rask commented Aug 20, 2019

Thanks! Not a huge problem IMHO, but might be of help to some people who are in strange environments or similar situations. :)

@andypost
Copy link

Faced with libpthread building for Alpinelinux for musl https://wiki.musl-libc.org/faq.html#Q:-lib(m%7Cpthread%7Ccrypt).a/so-are-empty?

The good news that it works for a lot of archs https://gitlab.alpinelinux.org/andypost/aports/pipelines/3569

adsr added a commit that referenced this issue Apr 28, 2020
@adsr
Copy link
Owner

adsr commented Apr 28, 2020

Merged @andypost's fix. Feel free to reopen if there are build troubles.

@adsr adsr closed this as completed Apr 28, 2020
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

No branches or pull requests

4 participants