Skip to content

Commit

Permalink
More work for 9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuijben committed Jun 19, 2024
1 parent fb72061 commit 68a27fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
uses: Malcolmnixon/Setup-VSTest@v4

- name: Ensure Proj packages are available
run: ${{env.vcpkgExe}} install "tiff[core]:x64-windows-static-md" "proj[core,tiff]:x64-windows-static-md" "tiff[core]:x86-windows-static-md" "proj[core,tiff]:x86-windows-static-md" "tiff[core]:arm64-windows-static-md" "proj[core,tiff]:arm64-windows-static-md"
run: ${{env.vcpkgExe}} install "proj[core,tiff]:x64-windows-static-md" "proj[core,tiff]:x86-windows-static-md" "proj[core,tiff]:arm64-windows-static-md" "tiff[core,zip]:x64-windows-static-md" "tiff[core,zip]:x86-windows-static-md" "tiff[core,zip]:arm64-windows-static-md"


- name: Setup version
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Setup build environment using:
git clone https://github.com/AmpScm/SharpProj.git
cd vcpkg
bootstrap-vcpkg.bat
vcpkg install proj[core,tiff]:x86-windows-static-md proj[core,tiff]:x64-windows-static-md tiff[core,lzma,zip]:x86-windows-static-md tiff[core,lzma,zip]:x64-windows-static-md
vcpkg install proj[core,tiff]:x64-windows-static-md proj[core,tiff]:x86-windows-static-md proj[core,tiff]:arm64-windows-static-md tiff[core,zip]:x64-windows-static-md tiff[core,zip]:x86-windows-static-md tiff[core,zip]:arm64-windows-static-md
cd ..

The explicit feature selection here explicitly builds PROJ without the builtin network support to remove the curl dependency. It also disables 'jpeg' support in tiff.
Expand Down

0 comments on commit 68a27fb

Please sign in to comment.