Issue Encountered Running autogen.sh Script in SWIFT-master Directory
JFBookwood opened this issue · 2 comments
Dear SWIFT Team,
I hope this message finds you well.
I'm writing to report an issue I encountered while setting up the SWIFT project on my Windows 11 system using Windows PowerShell.
Issue Description:
After downloading the SWIFT-master directory from GitHub and following the provided setup instructions, I faced difficulty executing the autogen.sh
script in Windows PowerShell. Instead of running as expected, the script prompted me to select a program to open it with, rather than executing it as a shell script.
Steps Taken:
- Downloaded SWIFT-master directory from GitHub.
- Attempted to execute
autogen.sh
script in Windows PowerShell. - Encountered a prompt to choose a program to open the script with, rather than executing it.
Expected Behavior:
The autogen.sh
script should execute as a shell script, generating the necessary files for configuring the SWIFT project.
Observed Behavior:
The script prompts the user to select a program to open it with, rather than executing.
Efforts to Resolve:
- Tried granting executable permissions to the script using
chmod +x autogen.sh
, but the issue persisted.
System Information:
- Operating System: Windows 11
- Terminal: Windows PowerShell
I kindly request your assistance in resolving this issue and successfully configuring the SWIFT project on my Windows 11 system. Any guidance or support you can provide would be greatly appreciated.
Thank you for your attention to this matter.
Hi! Thanks for your interest in the code.
Unfortunately, we do not support running on a native windows system.
Using WSL might work as an alternative for installation on your machine.
Hope this helps!
Thanks