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

How to compile flashnchips for Linux #24

Closed
max-mapper opened this issue Sep 26, 2015 · 1 comment
Closed

How to compile flashnchips for Linux #24

max-mapper opened this issue Sep 26, 2015 · 1 comment
Assignees

Comments

@max-mapper
Copy link

I am trying to use Linux to flash an esp8266 chip with smart.js. I don't see any mention of how to compile flashnchips. In this post it says "Linux users can build the binary themselves." but I can't figure out how to compile the code here to run flashnchips on Linux https://github.com/cesanta/smart.js/tree/master/flashnchips

@mkmik
Copy link
Contributor

mkmik commented Sep 26, 2015

You need Qt 5. Install your distributions Qt 5 development libraries or see http://doc.qt.io/qt-5/linux.html

Then:

$ qmake
$ make

I'll update the README

@mkmik mkmik self-assigned this Sep 26, 2015
@cpq cpq closed this as completed Sep 26, 2015
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

2 participants