mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
@@ -18,11 +18,11 @@ cd emsdk
|
|||||||
# Fetch the latest version of the emsdk (not needed the first time you clone)
|
# Fetch the latest version of the emsdk (not needed the first time you clone)
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
# Download and install the latest SDK tools.
|
# Download and install the SDK tools (version used by envoy).
|
||||||
./emsdk install latest
|
./emsdk install 2.0.7
|
||||||
|
|
||||||
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
|
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
|
||||||
./emsdk activate latest
|
./emsdk activate 2.0.7
|
||||||
|
|
||||||
# Activate PATH and other environment variables in the current terminal
|
# Activate PATH and other environment variables in the current terminal
|
||||||
source ./emsdk_env.sh
|
source ./emsdk_env.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user