NASFAQ/connections/test/graph_run.sh

8 lines
202 B
Bash
Raw Normal View History

2022-05-07 14:49:43 +00:00
g++ ../common/common.cpp \
2022-12-10 14:35:16 +00:00
../sql/db_init.cpp \
../sql/db_handle.cpp \
2022-05-07 14:49:43 +00:00
../../maths/graph.cpp \
2022-12-10 14:35:16 +00:00
../../maths/maths.cpp \
2022-05-07 14:49:43 +00:00
graph.cpp \
-L/usr/lib -lgvc -lcgraph -lfmt -lpqxx -lpq -o graph && ./graph