Compile without cmake
rfamp opened this issue · comments
rfamp commented
Hi,
thanks a lot for you lib, it is realy useful. I'm using it with a diy usb to i2c adapter and the example
programms are working fine!
But how can I compile my own programms without using cmake.
my g++ command looks like.
g++ my_test_oled.cxx -o my_test_oled -I /home/eagle/Downloads/libSSD1306-master/lib/
but i can not compile it succesfully and i can not extract the right arguments from the makefile.
Can you help me?