Rodmg / esptool-gui

ESP8266 ROM flasher GUI, based on esptool-ck
Other
180 stars 39 forks source link

Build from the command line? #3

Open zoobab opened 7 years ago

zoobab commented 7 years ago

There is no Makefile, so is there a way to build the binary from the command line?

I know Windows/OSX guys likes to click, but to build software on linux is done one the command line.

Rodmg commented 7 years ago

This project is made with Qt and Qt Creator IDE, if you don't want to use the IDE you can use qmake for generating a makefile. More info here: http://doc.qt.io/qt-5/qmake-overview.html

I'm no expert in Qt and haven't tried this method, if there is something missing please feel free to make a pull request.

Thank you for your feedback.