Skip to content

Commit

Permalink
Add wxwidegts manifest mode for test
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Jun 3, 2022
1 parent c5fcabf commit 8514f0b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdParty/vcpkg_ports/vcpkg_link.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

export VCPKG_LINK=https://github.com/microsoft/vcpkg
export VCPKG_LINK="https://github.com/talregev/vcpkg -b TalR/wxwidgets_with_gtk3_port_test"
3 changes: 1 addition & 2 deletions linux/update_vcpkg_manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ fi

git -C $VCPKG_ROOT pull
$VCPKG_ROOT/bootstrap-vcpkg.sh
$VCPKG_ROOT/vcpkg install curl[core,openssl] wxwidgets --clean-after-build --overlay-triplets=$VCPKG_PORTS/triplets/ci
$VCPKG_ROOT/vcpkg install freetype[core,bzip2,png] freeglut ftgl --clean-after-build --overlay-triplets=$VCPKG_PORTS/triplets/ci
$VCPKG_ROOT/vcpkg install --x-manifest-root=linux/vcpkg_config_manager/ --x-install-root=$VCPKG_ROOT/installed/ --overlay-ports=$VCPKG_PORTS/ports --overlay-triplets=$VCPKG_PORTS/triplets/ci --triplet=x64-linux --feature-flags=versions --clean-after-build
14 changes: 14 additions & 0 deletions linux/vcpkg_config_manager/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "boinc-client",
"version-string": "7.19.0",
"dependencies":
[
{
"name": "curl",
"features": ["openssl"],
"default-features": false
},
"wxwidgets",
"ftgl"
]
}

0 comments on commit 8514f0b

Please sign in to comment.