Skip to content

Commit

Permalink
Simpler windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 23, 2024
1 parent cb99fdd commit d8eefcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ cd c:\
git clone --recurse-submodules https://github.com/free-audio/clap-plugins c-p
cd c-p
.\vcpkg\bootstrap-vcpkg.bat
Powershell.exe -noexit -executionpolicy bypass -File .\scripts\build-gui.ps1
```

Expand Down
3 changes: 2 additions & 1 deletion scripts/build-gui.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vcpkg/vcpkg --overlay-triplets=vcpkg-overlay/triplets install --triplet x64-win-cp --host-triplet x64-win-cp '--x-buildtrees-root=C:\B' --allow-unsupported --recurse --clean-after-build 'qtbase[core,png,brotli,zstd,doubleconversion,gui,concurrent,appstore-compliant,network,freetype,testlib,freetype]' qtdeclarative
vcpkg/bootstrap-vcpkg.bat
vcpkg/vcpkg.exe --overlay-triplets=vcpkg-overlay/triplets install --triplet x64-win-cp --host-triplet x64-win-cp '--x-buildtrees-root=C:\B' --allow-unsupported --recurse --clean-after-build 'qtbase[core,png,brotli,zstd,doubleconversion,gui,concurrent,appstore-compliant,network,freetype,testlib,freetype]' qtdeclarative
cmake --preset $cmake_preset $cmake_options -DCLAP_PLUGIN_GUI_MODEL=$gui_model
cmake --build --preset $cmake_preset --config Release --target clap-plugins

0 comments on commit d8eefcd

Please sign in to comment.