516 B
516 B
Building on Windows
- Install Cygwin with packages; I install to C:\Cygwin64 as per defaults
- python39
- python39-setuptools
- python39-cryptography
- python39-pip
- openssl-devel
- libffi-devel
- python3-devel
- zlib
- zlib-devel
- Inside of Cygwin
- Create a venv with system packages enabled
- Install windows/ansible-requirements.txt into the venv
- Update the path in ansible/hyperv-wrapper.py to point to your VENV
- Execute pyinstaller --onefile ansible/hyperv-wrapper.py