Files
vms/README.md
T

516 B

Building on Windows

  1. 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
  1. Inside of Cygwin
  2. Create a venv with system packages enabled
  3. Install windows/ansible-requirements.txt into the venv
  4. Update the path in ansible/hyperv-wrapper.py to point to your VENV
  5. Execute pyinstaller --onefile ansible/hyperv-wrapper.py