This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: Using DLP Spectrum Library in Linux

Tool/software: Linux

Hello,

I successfully control the NIRscan Nano from a raspberry pi like described here and here. Now I want to include the DLP Spectrum Library in my Qt application. In windows and mac it is easily possible by adding the following code in the qt project file.

win32: LIBS += -L$$PWD/DLP_Spectrum_Library/src/ -ldlpspec
macx: LIBS += -L$$PWD/DLP_Spectrum_Library/src/ -lmacdlpspec

Can someone explain me what I have to do so that the library can also be used in Linux?