-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add build instructions for Windows #20
Comments
On Windows you'll need CMake and either Visual Studio or MSYS2 MinGW.
|
To my knowledge, MinGW / MSYS makefiles need another makefile generator? Also has some extra steps to install these tools (not as easy as on Linux or macOS). |
My MSYS2 MinGW environment is already set up to work with XQEMU and other projects, so I likely have installed any necessary prerequisites. As for the extra steps, I assume that users will know how to set their environment up if they don't already have one. In any case, we may refer them to the respective documentation. |
Currently we have build instructions for macOS / Linux users but point Windows users to the AppVeyor builds.
This is great for the more common user, but if one is interested in developing/improving
extract-iso
it can be helpful to have build instructions.The text was updated successfully, but these errors were encountered: