Skip to content
Snippets Groups Projects
Commit b6fdd675 authored by Andrews Sobral's avatar Andrews Sobral
Browse files

Updated build instructions for the QT user interface

parent 0b2462bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment