deps and envs
This commit is contained in:
10
install.sh
10
install.sh
@@ -17,7 +17,7 @@ INSTALL_DIR="/opt/video_player"
|
||||
CONFIG_DIR="/etc/video_player"
|
||||
SERVICE_NAME="video-player"
|
||||
USER="pi"
|
||||
VIDEO_FOLDER="/home/pi/Videos"
|
||||
VIDEO_FOLDER="${VIDEO_FOLDER:-/home/pi/Videos}"
|
||||
|
||||
# Function to print colored output
|
||||
print_status() {
|
||||
@@ -76,6 +76,7 @@ install_packages() {
|
||||
vlc \
|
||||
vlc-plugin-base \
|
||||
vlc-plugin-video-output \
|
||||
ffmpeg \
|
||||
git \
|
||||
curl \
|
||||
wget \
|
||||
@@ -97,12 +98,11 @@ install_packages() {
|
||||
libatlas-base-dev \
|
||||
gfortran \
|
||||
libhdf5-dev \
|
||||
libhdf5-serial-dev \
|
||||
libhdf5-103 \
|
||||
libqtgui4 \
|
||||
libqtwebkit4 \
|
||||
libqt4-test \
|
||||
python3-pyqt5 \
|
||||
python3-pyqt5.qtwidgets \
|
||||
python3-pyqt5.qtgui \
|
||||
python3-pyqt5.qtcore \
|
||||
libgtk-3-dev \
|
||||
libcanberra-gtk3-module \
|
||||
libcanberra-gtk3-dev \
|
||||
|
||||
Reference in New Issue
Block a user