Skip to content

gsmolk/pgwininstall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSIS

Directory contains files needed for an installer.

Build

Directory contains various build scripts.

Build depends:

  • Microsoft SDK 7.1 for build PostgreSQL
  • Active Perl <= 5.12
  • Python 2.7, 3.5
  • msys2
  • 7-Zip
  • NSIS
  • HTML Help Workshop (for PgAdmin documentation, included in Visual Studio)

Patches

Directory contains patches which are need to build PostgreSQL.

Usage

You can specify several environmental variables depending on desirable result:

  • ARCH=[X86/X64] -- architecture, default X86
  • ONE_C=[YES/NO] -- apply 1C patches or not, default NO
  • SDK=[SDK71/MSVC2013/MSVC2015] -- MSVC version, default SDK71
  • PG_MAJOR_VERSION=[9.4/9.5] - major PostgreSQL version, default 9.5
  • PG_PATCH_VERSION=[2/7] - minor PostgreSQL version, default 2

About

PostgreSQL Windows installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 66.6%
  • NSIS 18.1%
  • Batchfile 11.5%
  • HTML 3.8%