Hello,
i have bought an Rpi in order to use it alongside with eHealth platform. When i run the .cpp files with the command
"g++ -lrt -lpthread temperature.cpp arduPi.o eHealth.o -o temperature" it creates an executable file that runs on the LXTerminal with the command "sudo ./temperature" . On the other hand, when i try to run it by double clicking it , it asks me whether to execute it or execute it in terminal. Both options doesn't work at all for me.
What should I do? I simply dont want always to execute them via commandline in terminal
Thank you in advance,
ybohan