-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cannot run Windows nightly build #26
Comments
Yes, Windows package should be ZIP or 7Z. |
Copy and paste this |
Yes the nightly release is only for getting CI/CD up and working right now. It is not usable yet. Perhaps this could be clarified on the releases page. It is made intentionally difficult to use right now in order to discourage large usage of it, as many major parts are still being designed and are everything is subject to change. Many parts of the design are interdependent on each other in nature, so small changes can have big ramifications, and figuring out how to make everything coherent scales in difficulty as you add features. So it's important to try to get as much right as possible before committing to a plan that will address issues that commonly come up later in the lifespans of projects, such as:
just to name a few. Missing DLL files will also be fixed soon for windows. They are a product of not linking statically with mingw. |
It complains about missing dll files:
libwinpthread-1
,libstdc++-6
,zlib1
,libzstd
Also having Windows build packaged with tar.gz seems kind of weird, usually files for Windows is packaged with zip.
The text was updated successfully, but these errors were encountered: