nickgillian / grt

gesture recognition toolkit
861 stars 284 forks source link

GUI Build under archlinux #54

Closed obeyda closed 8 years ago

obeyda commented 8 years ago

I built and installed the grt library, the test program works (the one that prints the grt version). Now i am trying to build the gui with qtcreator and i keep getting this error Project ERROR: grt development package not found

Qt version is 5.6.0, i tried with version 5.5.1 and i had the same error

obeyda commented 8 years ago

Solved

just had to add LD_LIBRARY_PATH=/usr/local/lib to my .zshrc