groupgets / purethermal1-firmware

Reference firmware for PureThermal 1 FLIR Lepton Dev Kit
MIT License
125 stars 62 forks source link

Is there a way to build the firmware on Windows #18

Closed ShuangjunLiu closed 5 years ago

ShuangjunLiu commented 5 years ago

There is build instruction for Linux and Mac in readme.
Is there a way to build the firmware on Windows?

kekiefer commented 5 years ago

@PureEngineering put together a guide for how to install the GCC toolchain on Windows. From there, you should be able to use the Makefile to build: http://www.pureengineering.com/blog/armgcctoolchainsetuponwindows

ShuangjunLiu commented 5 years ago

Thank you.