Как получить luac.cross для Windows 10?
Установил WSL.
Установлен Ubuntu 20.04
Выполнено:
sudo apt-get install \
build-essential zip gdb git vim make unrar autoconf automake gawk \
bison texinfo libtool gcc g++ gperf libc-dbg ncurses-dev expat flex help2man \
lua5.1 lua5.1-doc luarocks
Выполнено:
for m in bitlib luafilesystem md5 luaposix luasocket; do sudo luarocks install $m; done
Выполнено:
git clone --recurse-submodules https://github.com/nodemcu/nodemcu-firmware.git
Как я могу выполнить команду make и получить luac.cross?