Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update toolchains versions. #423

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/en/manuals/extensions-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ When creating libraries (such as extensions), it's good to keep the lowest commo
For the most accurate list of versions, check the [build.py](./scripts/build.py).

* Android: NDK r25b, Build Tools 33.0.1, Api Level 19 for armv7 and Api level 21 for arm64
* iOS: iPhoneOS13.5.sdk
* macOS: MacOSX10.15.sdk
* Windows: WindowsKits 10.0, Microsoft Visual Studio 2019
* Linux: Ubuntu 16.04, clang 9, libssl-dev, uuid-dev, libxi-dev, libopenal-dev, libgl1-mesa-dev, libglw1-mesa-dev, freeglut3-dev
* Html5: Emscripten 1.39.16
* iOS: iPhoneOS17.2.sdk
* macOS: MacOSX14.2.sdk
* Windows: WindowsKits 10.0, Microsoft Visual Studio 2022
* Linux: Ubuntu 20.04, clang 17, locales, libssl-dev, openssl, libtool, autoconf, automake, build-essential, uuid-dev, libxi-dev, libopenal-dev, libgl1-mesa-dev, libglw1-mesa-dev, freeglut3-dev
* Html5: Emscripten 3.1.55

### C++ version + ABI compatibility

* Linux: `clang 9`
* Linux: `clang 17`
* Android:`clang` using `NDK r25b`
* Html5: `Emscripten 1.39.16`
* Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
* iOS/macOS: `apple-clang` (`clang 9` on build server)
* Html5: `Emscripten 3.1.55`
* Win32: `Microsoft Visual Studio 2012` (`clang 17` on build server)
* iOS/macOS: `apple-clang` (`clang 17` on build server)

For iOS/macOS, we use `-miphoneos-version-min=11.0` and `-mmacosx-version-min=10.13` respectively.

Expand Down
18 changes: 9 additions & 9 deletions docs/ru/manuals/extensions-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ brief: В этом руководстве описаны некоторые по
Для получения наиболее точного списка версий проверьте с помощью [build.py](./scripts/build.py).

* Android: NDK r25b, Build Tools 33.0.1, Api Level 19 for armv7 and Api level 21 for arm64
* iOS: iPhoneOS13.5.sdk
* macOS: MacOSX10.15.sdk
* Windows: WindowsKits 10.0, Microsoft Visual Studio 2019
* Linux: Ubuntu 16.04, clang 9, libssl-dev, uuid-dev, libxi-dev, libopenal-dev, libgl1-mesa-dev, libglw1-mesa-dev, freeglut3-dev
* Html5: Emscripten 1.39.16
* iOS: iPhoneOS17.2.sdk
* macOS: MacOSX14.2.sdk
* Windows: WindowsKits 10.0, Microsoft Visual Studio 2022
* Linux: Ubuntu 20.04, clang 17, locales, libssl-dev, openssl, libtool, autoconf, automake, build-essential, uuid-dev, libxi-dev, libopenal-dev, libgl1-mesa-dev, libglw1-mesa-dev, freeglut3-dev
* Html5: Emscripten 3.1.55

### C++ версия + ABI совместимость

* Linux: `clang 9`
* Linux: `clang 17`
* Android:`clang` using `NDK r25b`
* Html5: `Emscripten 1.39.16`
* Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
* iOS/macOS: `apple-clang` (`clang 9` on build server)
* Html5: `Emscripten 3.1.55`
* Win32: `Microsoft Visual Studio 2022` (`clang 17` on build server)
* iOS/macOS: `apple-clang` (`clang 17` on build server)

Для iOS/macOS мы используем `-miphoneos-version-min=11.0` и `-mmacosx-version-min=10.13` соответственно.

Expand Down
18 changes: 9 additions & 9 deletions docs/zh/manuals/extensions-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ brief: 本教程介绍了有关编译系统用来编译原生扩展的一些细
### SDK 版本

* Android: NDK r25b, Build Tools 33.0.1, Api Level 19 for armv7 and Api level 21 for arm64
* iOS: iPhoneOS13.5.sdk
* macOS: MacOSX10.15.sdk
* Windows: WindowsKits 10.0, Microsoft Visual Studio 2019
* Linux: Ubuntu 16.04, clang 9, libssl-dev, uuid-dev, libxi-dev, libopenal-dev, libgl1-mesa-dev, libglw1-mesa-dev, freeglut3-dev
* Html5: Emscripten 1.39.16
* iOS: iPhoneOS17.2.sdk
* macOS: MacOSX14.2.sdk
* Windows: WindowsKits 10.0, Microsoft Visual Studio 2022
* Linux: Ubuntu 20.04, clang 17, locales, libssl-dev, openssl, libtool, autoconf, automake, build-essential, uuid-dev, libxi-dev, libopenal-dev, libgl1-mesa-dev, libglw1-mesa-dev, freeglut3-dev
* Html5: Emscripten 3.1.55

### C++ 版本 + ABI 兼容

* Linux: `clang 9`
* Linux: `clang 17`
* Android:`clang` using `NDK r25b`
* Html5: `Emscripten 1.39.16`
* Win32: `Microsoft Visual Studio 2019` (`clang 9` on build server)
* iOS/macOS: `apple-clang` (`clang 9` on build server)
* Html5: `Emscripten 3.1.55`
* Win32: `Microsoft Visual Studio 2022` (`clang 17` on build server)
* iOS/macOS: `apple-clang` (`clang 17` on build server)

对于 iOS/macOS, 我们分别使用了 `-miphoneos-version-min=11.0` 和 `-mmacosx-version-min=10.13` 参数.

Expand Down