-
Notifications
You must be signed in to change notification settings - Fork 84
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
update missing dependencies #151
update missing dependencies #151
Conversation
make and gcc is required for building some code at installation time.
What system have you seen an error on? On Raspbian it seems to build just fine |
Both Raspbian-full and Raspbian-lite already have make, gcc and whiptail installed. |
On a raspbian wheey updated as Jessie... I think this dependencies are
required especially when you use a small headless raspberry pi installation.
I think it's good practice to specify all dependencies apt will sort that
out when the package is already installed.
Cheers
…On Fri, Sep 8, 2017, 15:27 Aaron Shaw ***@***.***> wrote:
What system have you seen an error on? On Raspbian it seems to build just
fine
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#151 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABOw0vbMrvIknikuf7j4RnVa79bIexUFks5sgUC8gaJpZM4PRKIK>
.
|
@erickeller yeah agreed there's no harm in adding them in |
if there are other dependencies please also add them into. Even better would be to move to a debian package :) |
@tvoverbeek @francesco-vannini what do we think to this? |
My original problem was that every call to apt-get scans the package database which takes time. |
Perfect! |
make and gcc is required for building some code at installation time.