Add hyperv-iso source and test with archlinux

This commit is contained in:
Greg Hellings
2023-08-25 04:23:01 -05:00
parent 5be8095700
commit 7f2ba562a4
4 changed files with 51 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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
1. Create a venv *with system packages* enabled
1. Install windows/ansible-requirements.txt into the venv
1. Update the path in ansible/hyperv-wrapper.py to point to your VENV
1. Execute pyinstaller --onefile ansible/hyperv-wrapper.py