mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
don't install unnecessary dependencies
This commit is contained in:
parent
1fedd0e50f
commit
5377087848
12 changed files with 16 additions and 27 deletions
|
|
@ -22,7 +22,7 @@ STATIC_PACKAGES="libusb-1.0-0 libfftw3-3 udev"
|
|||
BUILD_PACKAGES="git cmake make patch wget sudo gcc g++ libusb-1.0-0-dev libfftw3-dev pkg-config"
|
||||
|
||||
apt-get update
|
||||
apt-get -y install $STATIC_PACKAGES $BUILD_PACKAGES
|
||||
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
|
||||
|
||||
git clone https://github.com/mossmann/hackrf.git
|
||||
cd hackrf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue