From b6fdd675c0b2efd9afc0989223129c56ad2f2ce2 Mon Sep 17 00:00:00 2001 From: Andrews Sobral <andrewssobral@gmail.com> Date: Sat, 25 Feb 2023 20:59:15 +0100 Subject: [PATCH] Updated build instructions for the QT user interface --- gui/qt/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gui/qt/README.md b/gui/qt/README.md index 29f41ea..8bb7669 100644 --- a/gui/qt/README.md +++ b/gui/qt/README.md @@ -56,13 +56,14 @@ brew link --overwrite --dry-run opencv3 * Step-by-step Instructions ``` git clone --recursive https://github.com/andrewssobral/bgslibrary.git +export BGS_HOME=${PWD}/bgslibrary -cd bgslibrary/gui_qt/build +cd $BGS_HOME/gui/qt/build cmake .. make -cp bgslibrary_gui ../../ - +cp bgslibrary_gui $BGS_HOME +cd $BGS_HOME ./bgslibrary_gui ``` -- GitLab