Skip to content
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

msys2 package #93

Open
thewh1teagle opened this issue Jan 4, 2024 · 5 comments
Open

msys2 package #93

thewh1teagle opened this issue Jan 4, 2024 · 5 comments

Comments

@thewh1teagle
Copy link

thewh1teagle commented Jan 4, 2024

I created picotool package for msys2 and it's already in their packages

https://packages.msys2.org/package/mingw-w64-x86_64-picotool?repo=mingw64

You can change your instructions in readme so users can install it without compile

@lurch
Copy link
Contributor

lurch commented Jan 11, 2024

I believe the recommended approach on Windows is to use https://github.com/raspberrypi/pico-setup-windows which you also "install without compile". But ping @nathan-contino anyway, just so that he's aware of this.

@ndabas
Copy link

ndabas commented Jan 11, 2024

Indeed, pico-setup-windows includes a pre-built binary of picotool. However the docs still say that you need to build it yourself, so maybe we should update those?

@thewh1teagle
Copy link
Author

@ndabas @lurch
I don't know if you tried yourself to use pico-setup for developing on windows, but it's very heavy and inconvenient.
I made this tutorial which takes 1-5 minutes for setup the whole SDK on windows.
https://github.com/thewh1teagle/pico-setup

@ndabas
Copy link

ndabas commented Jan 12, 2024

I don't know if you tried yourself to use pico-setup for developing on windows, but it's very heavy and inconvenient.

Did you mean pico-setup-windows?

  1. Go to https://github.com/raspberrypi/pico-setup-windows.
  2. Check the list of contributors.

I appreciate the effort you've put in, and appreciate the fact that some people might have a preference for installing tools into their preferred environment. However pico-setup-windows also installs in 2-3 minutes on most systems, installs the same tools that your script is installing, and I'm not sure what you mean by inconvenient. If you have some specific issues with that installer it would be great if you could let us know so we can fix those in future releases.

@thewh1teagle
Copy link
Author

thewh1teagle commented Jan 12, 2024

@ndabas
I think it can be improved a lot.
Also so many files and scripts just to install it...
Anyway I would suggest look over how espressif did it to their windows setup, everything installed in same folder, fast and simple installation.
Also need solution to use it from vscode terminal instead of openening special one and navigate to project directory every time.

No judgment, I just tell you how I felt when started with Pico w, so you can improve it like It did eventually with the setup script I mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants