Hi , i try to get OF to und on my PI, and it all went well, now i need to add mysql to my code.
So here what i did so far,
i installed the newest libmysqlclient-dev
sudo apt-get updatesudo
apt-get upgradesudo
apt-get install libmysqlclient-dev
now i have to add
`mysql_config --libs`
`mysql_config --cflags`
to the make file some how ??? thats where i get lost since i use Codeblocks on the PI as IDE
there is a make file and a config.make file in which one does it go and how ???
I hope some one can shed some light on this…