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

Installation instruction need to specify packages necessary for install #26

Closed
Dmitry-k42 opened this issue Sep 21, 2017 · 3 comments
Closed

Comments

@Dmitry-k42
Copy link

During installation I noticed that compilation fails on my Debian stretch without package libdpkg-perl.
So maybe append to the instruction one point at first:
apt-get install g++ make libdpkg-perl
I think this is not obvious for beginners.

@za-arthur
Copy link
Contributor

Hello, @mentalMedley
Thank your for the issue!

But it seems it's not worth it. It is hard to maintain all dependencies for all popular Linux distributives. Various distributives have different dependencies for RUM building. Even different version of same distributive may have different dependencies. For example, Ubuntu or CentOS don't have libdpkg-perl package.

@df7cb
Copy link
Contributor

df7cb commented Oct 29, 2017

@Dmitry-k42: What you really want to install is build-essential. It has all the basic dependencies like g++ to start compiling any C program.

@Dmitry-k42
Copy link
Author

@ChristophBerg thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants