4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
|
export CPATH=..:$HOME/include:/usr/local/include:/usr/include:/usr/include/mysql
|
||
|
needed: libmysqlclient-dev
|
||
|
gcc -l mysqlclient -o traffic Traffic.c
|