We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03f6e8 commit d9d9577Copy full SHA for d9d9577
README.meson_msvc
@@ -11,9 +11,10 @@ Build on Microsoft Windows with Microsoft Visual Studio and meson
11
12
set PATH=%PATH%;C:\Program Files\PostgreSQL\16\bin;C:\Program Files\Meson
13
14
-4. execute in orafce directory
+4. execute in orafce directory (buildtype should be release or plain,
15
+ attention - the release buildtype inject dependency on vc_redist.x64.exe)
16
- meson setup --wipe --buildtype release build
17
+ meson setup --wipe --buildtype release plain
18
cd build
19
ninja
20
sudo ninja install (on linux)
0 commit comments