File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11rem Install necessary packages
22python -m pip install meson
33vcpkg install pkgconf
4- vcpkg owns pkgconf
54vcpkg owns pkgconf.exe
65
7- dir C:\vcpkg
8- dir C:\vcpkg\installed
6+ rem dir C:\vcpkg
7+ rem dir C:\vcpkg\installed
98dir C:\vcpkg\installed\x64-windows
10- dir C:\vcpkg\packages
11- dir C:\vcpkg\packages\vcpkg-tool-meson_x64-windows
12- dir C:\vcpkg\packages\pkgconf_x64-windows
13- dir C:\vcpkg\scripts\buildsystems
9+ dir C:\vcpkg\installed\x64-windows\bin
10+ dir C:\vcpkg\installed\x64-windows\include
11+ dir C:\vcpkg\installed\x64-windows\lib
12+ dir C:\vcpkg\installed\x64-windows\share
13+ dir C:\vcpkg\installed\x64-windows\tools
14+ rem dir C:\vcpkg\packages
15+ dir C:\vcpkg\packages\vcpkg-tool-meson_x64-windows\share
16+ dir C:\vcpkg\packages\pkgconf_x64-windows\lib
17+ dir C:\vcpkg\packages\pkgconf_x64-windows\share
18+ dir C:\vcpkg\packages\pkgconf_x64-windows\tools
19+ dir C:\vcpkg\scripts\buildsystems\meson
1420
15- rem vcpkg install expat
21+ vcpkg install expat
1622rem vcpkg install fftw3
1723rem vcpkg install freealut
1824rem vcpkg install freetype
Original file line number Diff line number Diff line change 1313 run : .ci/prepare-windows.bat
1414 - name : Meson Setup
1515 env :
16- PKG_CONFIG : C:\vcpkg\x64-windows\tools\pkgconf\pkgconf.exe
16+ PKG_CONFIG : C:\vcpkg\installed\ x64-windows\tools\pkgconf\pkgconf.exe
1717 run : meson setup --backend vs2022 --buildtype debugoptimized builddir
1818 - name : MSBuild Setup for Meson
1919 uses : microsoft/setup-msbuild@v3
You can’t perform that action at this time.
0 commit comments