mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-21 23:29:39 +00:00
Add libgmock-dev to package list (for building and running tests on the Pi) (#824)
This commit is contained in:
parent
e649a014d5
commit
355b42703b
@ -83,8 +83,9 @@ function sudoCheck() {
|
||||
# install all dependency packages for RaSCSI Service
|
||||
function installPackages() {
|
||||
sudo apt-get update && sudo apt-get install git libspdlog-dev libpcap-dev \
|
||||
genisoimage python3 python3-venv python3-dev python3-pip nginx libpcap-dev \
|
||||
protobuf-compiler bridge-utils libev-dev libevdev2 unar disktype -y </dev/null
|
||||
genisoimage python3 python3-venv python3-dev python3-pip nginx \
|
||||
libpcap-dev protobuf-compiler bridge-utils libev-dev libevdev2 unar \
|
||||
disktype libgmock-dev -y </dev/null
|
||||
}
|
||||
|
||||
# cache the pip packages
|
||||
|
Loading…
Reference in New Issue
Block a user