From 88c2c9595500de8c64699152fb4da3609aac159f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20K=C3=A4lberer?= Date: Tue, 28 Nov 2023 18:46:12 +0100 Subject: [PATCH] Fix spelling in README.md (#1305) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ad91f3..8e1c99b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ important concepts to help understanding the internals of the SDK: ## System Requirements Using the emsdk pre-compiled packages requires only the minimal set of -dependenencies lists below. When building from source a wider set of tools +dependencies lists below. When building from source a wider set of tools include git, cmake, and a host compiler are required. See: https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html. @@ -67,8 +67,8 @@ https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html. - `python`: Version 2.7.0 or above. - `java`: For running closure compiler (optional) -The emsdk pre-compiled binaries are built aginst Ubuntu/Xenial 16.04 LTS and -therefore depend on system libraries compatiable with versions of `glibc` and +The emsdk pre-compiled binaries are built against Ubuntu/Xenial 16.04 LTS and +therefore depend on system libraries compatible with versions of `glibc` and `libstdc++` present in that release. If your linux distribution is very old you may not be able to use the pre-compiled binaries packages.