The citation Api provides access to general citations
-
Install mysql
-
Install dev lib
sudo apt install default-libmysqlclient-dev
go to init_database.c and ./src/sql_requests.c in functiomysql_real_connect(con, "localhost", "root", "", NULL, 0, NULL, 0)
put your mysql user in"root"
and password in""
. Creat db and table withmake db
and./a.out
.