esp_wifi_repeater icon indicating copy to clipboard operation
esp_wifi_repeater copied to clipboard

how to recompile source code on Windows?

Open kitty801 opened this issue 5 years ago • 3 comments

how to recompile source code on Windows?

kitty801 avatar Feb 04 '19 14:02 kitty801

It might work with the PlatformIO environment, but this is not supported by the current repo.

martin-ger avatar Feb 04 '19 21:02 martin-ger

I had success on Windows by simply using a VirtualBox image of Ubuntu. Compile of the toolchain took about an hour though so you might give yours a bit more than 1Gig ram like I did.

A good source is https://www.osboxes.org/ubuntu/

I used the 18.10 image and it worked fine.

robnewton avatar Feb 19 '19 02:02 robnewton

I had success on Windows by simply using a VirtualBox image of Ubuntu. Compile of the toolchain took about an hour though so you might give yours a bit more than 1Gig ram like I did.

A good source is https://www.osboxes.org/ubuntu/

I used the 18.10 image and it worked fine.

Could you wright a simple tutorial what you did on the Ubuntu box. What did you install, what commands? Or could you put that in a tekst file or script?

NightFalcon650 avatar Jun 05 '22 20:06 NightFalcon650