ESP8266 Support WIKI

User Tools

Site Tools


setup-linux-compiler-esp8266

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
setup-linux-compiler-esp8266 [2015/03/29 08:00]
yeti mention Jessie and libtool-bin
setup-linux-compiler-esp8266 [2015/06/01 09:49]
tytower [Installation]
Line 22: Line 22:
 === Configure PATH === === Configure PATH ===
 To call the generated ''​xtensa-lx106-*''​ binaries, you have to add the toolchain to your ''​PATH''​. To call the generated ''​xtensa-lx106-*''​ binaries, you have to add the toolchain to your ''​PATH''​.
-You can either ​set ''​PATH''​ on every new terminal session:+You can set ''​PATH''​ on every new terminal session:
  
    ​export PATH=[your esp-open-sdk directory]/​bin:​$PATH    ​export PATH=[your esp-open-sdk directory]/​bin:​$PATH
  
 To make this change permanent add the above line to your ''​.profile''​ file in your home directory. To make this change permanent add the above line to your ''​.profile''​ file in your home directory.
 +
 +-------------------------------------------------------------------------------------------------
 +_________________________________________________________________________________________________
 +
 +
 +__=====**Installation of Arduino IDE on most Linux Distros** =====__:
 +
 +
 +Make sure you have javaJRE installed first:
 +
 +Go to Arduino.cc :
 +
 +Download Latest IDE for Linux:
 +
 +Extract it wherever you want it:
 +
 +Go into that directory and open a terminal :
 +
 +type " ​  ​./​Arduino ​   ":
 +
 +Thats it . You can drag that shell script to the desktop if you wish. 
 +
 +Now you follow the instructions on ESP8266/​Arduino to add the ESP8266 library
setup-linux-compiler-esp8266.txt · Last modified: 2015/06/18 00:41 by terrye