Commit 5f116bfd by kigrig

Update README.md

parent 207129e1
Showing with 7 additions and 2 deletions
...@@ -3,4 +3,9 @@ Aim of a project is to create system that is useful for rivers' analysis. ...@@ -3,4 +3,9 @@ Aim of a project is to create system that is useful for rivers' analysis.
Author chose C++ and PostgreSQL languages for solving the problem. Author chose C++ and PostgreSQL languages for solving the problem.
PostgreSQL choise is based on given DB language. Also it was interesting to learn about C++. PostgreSQL choise is based on given DB language. Also it was interesting to learn about C++.
As a result, during the work was written Web server, which responses to a form with webpage where are charts. As a result, during the work was written Web server, which responses to a form with webpage where are charts.
\ No newline at end of file
To work server requers:
1) Linux. Given database supports only requests from Linux OS.
2) "-lpq" compilation and build parameter. Is needed for PostgreSQL compilation.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment