Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3841ab commit 11c7e33Copy full SHA for 11c7e33
Readme.md
@@ -19,3 +19,12 @@ Directory contains various build scripts.
19
## Patches
20
21
Directory contains patches which are need to build PostgreSQL.
22
+
23
+## Usage
24
+You can specify several environmental variables depending on desirable result:
25
26
+ARCH=[X86/X64] -- architecture, default X86
27
+ONE_C=[YES/NO] -- apply 1C patches or not, default NO
28
+SDK=[SDK71/MSVC2013/MSVC2015] -- MSVC version, default SDK71
29
+PG_MAJOR_VERSION=[9.4/9.5] - major PostgreSQL version, default 9.5
30
+PG_PATCH_VERSION=[2/7] - minor PostgreSQL version, default 2
0 commit comments