website
website copied to clipboard
Installation steps omit g++
In fact, the emsdk installation process depends on not just gcc, but also g++. Otherwise cmake complains No CMAKE_CXX_COMPILER could be found.
While g++ includes gcc, the reverse is not necessarily true of many package systems, such as Debian Buster. So wherever install steps mention gcc as a prerequisite, that should probably be changed to g++.