Skip to content

Commit d9d9577

Browse files
committed
update readme.meson_msvc
1 parent d03f6e8 commit d9d9577

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.meson_msvc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Build on Microsoft Windows with Microsoft Visual Studio and meson
1111

1212
set PATH=%PATH%;C:\Program Files\PostgreSQL\16\bin;C:\Program Files\Meson
1313

14-
4. execute in orafce directory
14+
4. execute in orafce directory (buildtype should be release or plain,
15+
attention - the release buildtype inject dependency on vc_redist.x64.exe)
1516

16-
meson setup --wipe --buildtype release build
17+
meson setup --wipe --buildtype release plain
1718
cd build
1819
ninja
1920
sudo ninja install (on linux)

0 commit comments

Comments
 (0)