diff --git a/README.md b/README.md index 3ad91f3efc..4c56b509af 100644 --- a/README.md +++ b/README.md @@ -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. @@ -180,17 +180,17 @@ the `activate` command to register the environment permanently for the current u ### How do I track the latest Emscripten development with the SDK? A common and supported use case of the Emscripten SDK is to enable the workflow -where you directly interact with the github repositories. This allows you to +where you directly interact with the GitHub repositories. This allows you to obtain new features and latest fixes immediately as they are pushed to the -github repository, without having to wait for release to be tagged. You do not -need a github account or a fork of Emscripten to do this. To switch to using the +GitHub repository, without having to wait for release to be tagged. You do not +need a GitHub account or a fork of Emscripten to do this. To switch to using the latest git development branch `main`, run the following: emsdk install git-1.9.4 # Install git. Skip if the system already has it. emsdk install sdk-main-64bit # Clone+pull the latest emscripten-core/emscripten/main. emsdk activate sdk-main-64bit # Set the main SDK as the currently active one. -### How do I use my own Emscripten github fork with the SDK? +### How do I use my own Emscripten GitHub fork with the SDK? It is also possible to use your own fork of the Emscripten repository via the SDK. This is achieved with standard git machinery, so there if you are already