This repository has been archived on 2024-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
fugg/setup.sh

8 lines
237 B
Bash
Executable File

# Download and install the latest SDK tools.
./vendor/emsdk/emsdk install latest
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
./vendor/emsdk/emsdk activate latest
source ./vendor/emsdk/emsdk_env.sh