-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
Platform IO Bundled Distribution for Windows #448
Comments
+1 thank you for suggestions. I hope someone can make it. |
I think Nuitka might be worth looking into for this. From what I've read, it can't do cross-platform compilation, so someone with a Windows PC would have to give it a shot. The following command from the PlatformIO root dir should produce a completely portable
I've tried it on my Mac and can confirm that it does compile without errors. Don't mind the
|
Thanks @ZachMassia. I didn't know about Nuitka.
Windows users don't like to play with console utilities. If user can download and install pre-compile My propositions:
|
I've released beta version PlatformIO IDE for Atom today. It contains built-in PlatformIO CLI tool and Terminal. Also, users have ability to install this built-in PlatformIO CLI tool globally using |
@ZachMassia I've tried what you described but I didn't get the same results. First try:
When it start to compile shows me a lot of warnings like When the compilation finished, I ran Second try:
Same warning outputs But when I run when I move the platformio.dist folder to other location I get the error I'm using Win10, Python 2.7.x - 3.5.x You know what can I be doing wrong? |
cx_Freeze (Download) Seems to be a better alternative because it doesn't "hide" the source files, so the upgrade option should work. (In theory) and it's cross-platform too I've compile the code but I still have to know how to including all the platformio files (code). When I run
I think it's because the missing files, Is there someone with any experience using cx_Freeze? Edit Seems like doing some changes in the |
All Windows version in recent history have cmd.exe available very easily. Just Shift/Right click on a directory in Windows Explorer and click on Open Command Window Here. |
As some Windows user might not have any console tools installed I would like to see platformio distributed as some self-contained archive/exe file for Windows users. It should contain python distribution and some nice colorful command line + GUI (which is in the works). This should be done side-by-side to existing pip installation or even on top of it.
Please let me know what you think
The text was updated successfully, but these errors were encountered: