ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
549 stars 84 forks source link

Windows CI builds don't install properly due to missing GTK libs #569

Closed azonenberg closed 1 year ago

azonenberg commented 1 year ago

We should look into bundling GTK redistributables with our binaries, at least until we have ngscopeclient usable standalone.

bvernoux commented 1 year ago

Workaround about that I'm using locally based on a MSYS2/MINGW64 shell script + python3 script (for both glscopeclient and ngscopeclient) to find and copy all dependencies in BUILD_NAME directory (to be changed in Install_scopehal-apps_build.sh)

Install_scopehal-apps_build_MSYS2_MINGW64.zip

Update 28 - 30 May 2023

bvernoux commented 1 year ago

Issue fixed by PR https://github.com/glscopeclient/scopehal-apps/pull/595

bvernoux commented 1 year ago

Fixed with merge of PR https://github.com/glscopeclient/scopehal-apps/pull/595 @azonenberg This issue can be closed