ESP8266 Support WIKI

User Tools

Site Tools


toolchain

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
toolchain [2016/09/10 17:09]
luelistan Improved Code Format
toolchain [2018/01/06 18:53] (current)
fabix [How to setup a VM to host your toolchain]
Line 86: Line 86:
 ``` ```
   sudo apt-get install \   sudo apt-get install \
-     ​build-essential zip gdb git vim make unrar autoconf automake \ +     ​build-essential zip gdb git vim make unrar autoconf automake ​gawk 
-     bison texinfo libtool gcc g++ gperf libc-dbg ncurses-dev expat \+     bison texinfo libtool gcc g++ gperf libc-dbg ncurses-dev expat flex help2man ​\
      ​lua5.1 lua5.1-doc luarocks      ​lua5.1 lua5.1-doc luarocks
-  for m in lua-bitlib luafilesystem md5 luaposix luasocket; do sudo luarocks install $m; done +  for m in bitlib luafilesystem md5 luaposix luasocket; do sudo luarocks install $m; done 
 ``` ```
 and now you are good to go.  If you want to work on the nodeMCU firmware documentation then you will also need the MkDocs toolkit: and now you are good to go.  If you want to work on the nodeMCU firmware documentation then you will also need the MkDocs toolkit:
toolchain.1473527353.txt.gz · Last modified: 2016/09/10 17:09 by luelistan