Skip to content

Commit

Permalink
pre-reqs required for ARMv8 (compile) install, and possibily others.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Knight committed May 7, 2019
1 parent d7d02d9 commit b530fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ DietPi-Software will decrypt and use it for software installs. You can change it
aSOFTWARE_CATEGORY_INDEX[$software_id]=3
aSOFTWARE_TYPE[$software_id]=0
aSOFTWARE_ONLINEDOC_URL[$software_id]='p=6747#p6747'
aSOFTWARE_REQUIRES_BUILDESSENTIAL[$software_id]=1

#------------------
software_id=142
Expand Down Expand Up @@ -5606,7 +5607,7 @@ Package: wireguard wireguard-dkms wireguard-tools\nPin: release n=sid\nPin-Prior
Banner_Installing # https://sabnzbd.org/wiki/installation/install-off-modules

# Pre-reqs
DEPS_LIST='par2 p7zip-full'
DEPS_LIST='par2 p7zip-full libffi-dev libssl-dev'

Download_Install 'https://github.com/sabnzbd/sabnzbd/archive/master.zip'

Expand Down

2 comments on commit b530fe5

@MichaIng
Copy link
Owner

@MichaIng MichaIng commented on b530fe5 May 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fourdee
Okay that test was outstanding 👍. There were other cases were x86 didn't require pre-compiling and ARM did. So let's limit this to ARM (( $G_HW_ARCH < 10 )) && to provide slim install on x86?

@Fourdee
Copy link
Collaborator

@Fourdee Fourdee commented on b530fe5 May 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MichaIng

here were other cases were x86 didn't require pre-compiling and ARM did. So let's limit this to ARM

Yep good call. Seems PIP only provides pre-compiled binaries for x86 devices.

Please sign in to comment.