Mercurial > hg > orthanc-postgresql
changeset 115:5216ff59ec5b
notes
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Mon, 14 Nov 2016 15:48:06 +0100 |
| parents | 194404789b4a |
| children | 51791ba44d59 |
| files | Resources/Platforms/NOTES.txt |
| diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Platforms/NOTES.txt Mon Nov 14 15:44:53 2016 +0100 +++ b/Resources/Platforms/NOTES.txt Mon Nov 14 15:48:06 2016 +0100 @@ -41,3 +41,13 @@ # LDFLAGS=-lmsvcr90 ./configure --host=i686-w64-mingw32 --without-zlib # cp src/include/pg_config.h ../../Resources/Platforms/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/Platforms/pg_config-darwin64.h
