Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msvc 2019 #82

Merged
merged 17 commits into from
Jan 30, 2021
Merged

msvc 2019 #82

merged 17 commits into from
Jan 30, 2021

Conversation

guruofquality
Copy link
Contributor

@guruofquality guruofquality commented Jan 4, 2021

Changes here:

Work in progress...

@guruofquality guruofquality self-assigned this Jan 4, 2021
This was referenced Jan 16, 2021
@guruofquality
Copy link
Contributor Author

guruofquality commented Jan 17, 2021

pygtk notes

  • c:\build\gvsbuild>c:\Python39\python.exe build.py build -p x64 -c release --same-python --vs-ver 16 --enable-gi gtk3 pango cairo adwaita-icon-theme
  • https://github.com/wingtk/gvsbuild
  • Patch python gi __init__.py example python3.8 and above need stuff like this

import os
try: os.add_dll_directory("C:/gtk-build/gtk/x64/release/bin")
except: pass
os.environ['PATH'] = os.environ['PATH'] + ';' + "C:/gtk-build/gtk/x64/release/bin"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add gr-sdrplay3 Add SoapyVOLKConverters to package
1 participant