andrewssobral / andrewssobral/bgslibrary

QT GUI Mac/Linux Wiki

Open
#163 1 comment 0 reactions 0 assignees View on GitHub
enhancement to do
Dominant language
C++
Stars
2.3k
Forks
735
PR merge metrics
No merged PRs in 30d

Description

Hi,

small update for the wiki, because the folder structure changed?

https://github.com/andrewssobral/bgslibrary/wiki/Graphical-User-Interface:-QT

Section "On Linux/Mac"

```
git clone --recursive https://github.com/andrewssobral/bgslibrary.git

cd bgslibrary/gui/qt/build
cmake ..
make

cp bgslibrary_gui ../../../
cd ../../../

./bgslibrary_gui
```

and if you manually installed QT on mac with
```
brew install qt
```
the folder PREFIX Path is following:
```
cmake .. -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.13.0/
```

Cheers
Hannes

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.