From 755624dd418de91611bda6004f7c418fbae09b1b Mon Sep 17 00:00:00 2001 From: Rantaharju Jarno Date: Fri, 9 Feb 2024 10:45:07 +0200 Subject: [PATCH] Update readme instructions - remove notes - give instructions for current Ubuntu --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61389e3..1e97c94 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ constant. VidMan requires [Qt 5.0 or higher](https://www.qt.io/) and [OpenCV 4.0 or higher](https://opencv.org) to compile. Other packages required are `libjpeg-dev` and -`libdc1394-22-dev`, which can be installed via: +`libdc1394-22-dev`. On Ubuntu, requirements can be installed with: ``` -sudo apt-get install libjpeg-dev libdc1394-22-dev +sudo apt install qtbase5-dev libopencv-dev libjpeg-dev libdc1394-dev ``` To compile you can either open the project in Qt creator and proceed from there @@ -43,12 +43,6 @@ qmake CONFIG+=release make ``` -Additional steps I needed: - - Replace opencv with opencv4 in src.pro - - Install qtbase5-dev (really part of the first step), but not obvious - - Install libqt5opengl5-dev, libhighgui-dev - - ## Usage VidMan works by applying specific events to each frame captured by the video