# HG changeset patch # User Sebastien Jodogne # Date 1479134886 -3600 # Node ID 5216ff59ec5b9f3fba2714573be90249808316b1 # Parent 194404789b4a27f4c77f6e022ad494d114d7c1dd notes diff -r 194404789b4a -r 5216ff59ec5b Resources/Platforms/NOTES.txt --- 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