f850ec6a46
-fixed all loop structors used throughout the app. they were running too fast. -added more log lines to aid with debug.
5 lines
314 B
Bash
5 lines
314 B
Bash
#!/bin/sh
|
|
apt update -y
|
|
apt install -y pkg-config cmake make g++ wget unzip git
|
|
apt install -y ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libgstreamer1.0-dev x264 libx264-dev libilmbase-dev libopencv-dev qt6-base-dev qtchooser qmake6 qt6-base-dev-tools qt6-multimedia-dev libxkbcommon-dev
|