Specify the following options when compiling applications:
Linux
Option | How to specify the option |
---|---|
Path of the include file | -I/symfowareServerClientInstallDir/include |
Path of the library | -L/symfowareServerClientInstallDir/lib |
Type of library | Library name |
---|---|
Dynamic library | libpq.so |
Static library | libpq.a |
Windows(R)
If the include file and the library path have been set in the environment variable, there is no need to specify the options shown below for the compile.
Option | How to specify the option |
---|---|
Path of the include file | symfowareServerClientInstallDir\include |
Path of the library | symfowareServerClientInstallDir\lib |
Type of library | Library name |
---|---|
Library for links | libpq.lib |
Dynamic library | libpq.dll |