changed all -lpthread to -pthread

This commit is contained in:
Dhanya Maliakal
2017-05-01 09:39:19 +02:00
parent c6cb499758
commit 78d1504d66
7 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
This file is an example of how to implement the slsDetectorUsers class
You can compile it linking it to the slsDetector library
gcc mainReceiver.cpp -L lib -l SlsDetector -lm -lpthread
gcc mainReceiver.cpp -L lib -l SlsDetector -lm -pthread
where lib is the location of libSlsDetector.so