#include Not working with GCC - C programming
Olivia Zamora
I have just started with C programming and am originally a python programmer so please try and not use very advanced words I wont understand much. So when I try using gcc as my compiler as I get an error saying sqlite3.h no such file or directory found. Thats turning out to be a problem for me.
Any help will be appreciated.Thank You.The Terminal!
1 Answer
You will have to install the package libsqlite3-dev (How I found it out).
Open a terminal and enter the command
sudo apt install libsqlite3-dev 4