groupgets / GetThermal

Cross-platform USB thermal camera viewer
MIT License
232 stars 91 forks source link

README.md build instructions: qmake requires shadow build #11

Open drjasonharrison-vp-eio opened 6 years ago

drjasonharrison-vp-eio commented 6 years ago

Attempting to follow the instructions to build on on macOS resulted in the following error:

$ qmake
Info: creating stash file /Users/harrison/Eio/Boson320-GetThermal/.qmake.stash
Project ERROR: You must use shadow build (e.g. mkdir build; cd build; qmake ../GetThermal.pro).

However this worked fine:

$ mkdir build; cd build; qmake ../GetThermal.pro
$ make
mellbratt commented 3 years ago

Same here