Mercurial > hg > orthanc-postgresql
view Resources/Graveyard/NOTES.txt @ 150:5611e6b1ec14
upgrade to year 2018
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 02 Jan 2018 09:50:18 +0100 (2018-01-02) |
parents | a71432534b58 |
children |
line wrap: on
line source
Linux 64 -------- # cd /home/jodogne/Subversion/orthanc-postgresql/ThirdPartyDownloads # rm -rf postgresql-9.6.1 # tar xvfz postgresql-9.6.1.tar.gz # cd postgresql-9.6.1 # ./configure # cp src/include/pg_config.h ../../Resources/Graveyard/pg_config-linux64.h Linux 32 -------- # cd /home/jodogne/Subversion/orthanc-postgresql/ThirdPartyDownloads # rm -rf postgresql-9.6.1 # tar xvfz postgresql-9.6.1.tar.gz # cd postgresql-9.6.1 # ./configure --host=i686-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32" --without-readline --without-zlib # cp src/include/pg_config.h ../../Resources/Graveyard/pg_config-linux32.h Windows 64 ---------- # cd /home/jodogne/Subversion/orthanc-postgresql/ThirdPartyDownloads # rm -rf postgresql-9.6.1 # tar xvfz postgresql-9.6.1.tar.gz # cd postgresql-9.6.1 # LDFLAGS=-lmsvcr90 ./configure --host=x86_64-w64-mingw32 --without-zlib # cp src/include/pg_config.h ../../Resources/Graveyard/pg_config-windows64.h Windows 32 ---------- # cd /home/jodogne/Subversion/orthanc-postgresql/ThirdPartyDownloads # rm -rf postgresql-9.6.1 # tar xvfz postgresql-9.6.1.tar.gz # cd postgresql-9.6.1 # LDFLAGS=-lmsvcr90 ./configure --host=i686-w64-mingw32 --without-zlib # cp src/include/pg_config.h ../../Resources/Graveyard/pg_config-windows32.h OS X ---- # cd /home/jodogne/Subversion/orthanc-postgresql/ThirdPartyDownloads # rm -rf postgresql-9.6.1 # tar xvfz postgresql-9.6.1.tar.gz # cd postgresql-9.6.1 # ./configure # cp src/include/pg_config.h ../../Resources/Graveyard/pg_config-darwin64.h FreeBSD 64 ---------- # cd /home/jodogne/Subversion/orthanc-postgresql/ThirdPartyDownloads # rm -rf postgresql-9.6.1 # tar xvfz postgresql-9.6.1.tar.gz # cd postgresql-9.6.1 # ./configure --without-readline # cp src/include/pg_config.h ../../Resources/Graveyard/pg_config-freebsd64.h