update md

This commit is contained in:
2026-02-27 23:43:51 +03:00
parent 1b5a359185
commit 9a007d7f1e
3 changed files with 4 additions and 243 deletions

View File

@@ -22,13 +22,6 @@
| **OpenCL** | `PIP_BUILD_OPENCL` | opencl |
| **libmicrohttpd** | `PIP_BUILD_HTTP_SERVER` | http_server |
| **libcurl** | `PIP_BUILD_HTTP_CLIENT` | http_client |
| **gnutls** | (optional, для http_server) | http_server |
| **pthread** | (system) | main |
| **libdl** | (system) | main |
| **librt** | (system, не Apple/Android) | main |
| **libutil** | (system) | main |
| **libsocket** | (QNX) | main |
| **ws2_32, iphlpapi, psapi, cfgmgr32, setupapi, hid** | (Windows) | main |
## Опциональные (тесты/документация)
@@ -37,10 +30,6 @@
| **Google Test** | Тестирование (fetched automatically) |
| **Doxygen** | Генерация документации |
## Стандартные системные библиотеки
- libm (math)
- libc (C standard)
## Схема зависимостей модулей
@@ -49,10 +38,6 @@ main (core)
├── PCRE2 (встроен)
├── BLAKE2 (встроен)
├── SipHash (встроен)
├── pthread (система)
├── libdl (система)
├── librt (система)
├── libutil (система)
└── ICU (опционально)
console → main
@@ -65,6 +50,6 @@ io_utils → [crypt, если доступен]
client_server → io_utils
cloud → io_utils, crypt
lua → Lua (встроен), LuaBridge (встроен)
http_server → libmicrohttpd, [gnutls]
http_server → libmicrohttpd
http_client → libcurl
```