AndrewFromMelbourne / libSSD1306

Linux C++ library to drive an SSD1306 128x64 Oled display with I2C interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile without cmake

rfamp opened this issue · comments

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?