File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ important concepts to help understanding the internals of the SDK:
48
48
## System Requirements
49
49
50
50
Using the emsdk pre-compiled packages requires only the minimal set of
51
- dependenencies lists below. When building from source a wider set of tools
51
+ dependencies lists below. When building from source a wider set of tools
52
52
include git, cmake, and a host compiler are required. See:
53
53
https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html .
54
54
@@ -67,8 +67,8 @@ https://emscripten.org/docs/building_from_source/toolchain_what_is_needed.html.
67
67
- ` python ` : Version 2.7.0 or above.
68
68
- ` java ` : For running closure compiler (optional)
69
69
70
- The emsdk pre-compiled binaries are built aginst Ubuntu/Xenial 16.04 LTS and
71
- therefore depend on system libraries compatiable with versions of ` glibc ` and
70
+ The emsdk pre-compiled binaries are built against Ubuntu/Xenial 16.04 LTS and
71
+ therefore depend on system libraries compatible with versions of ` glibc ` and
72
72
` libstdc++ ` present in that release. If your linux distribution is very old
73
73
you may not be able to use the pre-compiled binaries packages.
74
74
You can’t perform that action at this time.
0 commit comments