Skip to content

Commit fcfb85b

Browse files
committed
Add interface description
1 parent 7977aab commit fcfb85b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Linux Build](https://github.com/wysaid/CameraCapture/actions/workflows/linux-build.yml/badge.svg)](https://github.com/wysaid/CameraCapture/actions/workflows/linux-build.yml)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77
[![C++17](https://img.shields.io/badge/C++-17-blue.svg)](https://isocpp.org/)
8+
[![C99](https://img.shields.io/badge/C-99-blue.svg)](https://en.wikipedia.org/wiki/C99)
89
[![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20iOS%20%7C%20Linux-brightgreen)](https://github.com/wysaid/CameraCapture)
910

1011
[English](./README.md) | [中文](./README.zh-CN.md)
@@ -171,7 +172,7 @@ int main() {
171172
| **iOS** | Xcode 11+ | iOS 13.0+ |
172173
| **Linux** | GCC 7+ / Clang 6+ | V4L2 (Linux 2.6+) |
173174
174-
**Build Requirements**: CMake 3.14+, C++17
175+
**Build Requirements**: CMake 3.14+, C++17 (C++ interface), C99 (C interface)
175176
176177
### Supported Linux Distributions
177178

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Linux Build](https://github.com/wysaid/CameraCapture/actions/workflows/linux-build.yml/badge.svg)](https://github.com/wysaid/CameraCapture/actions/workflows/linux-build.yml)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77
[![C++17](https://img.shields.io/badge/C++-17-blue.svg)](https://isocpp.org/)
8+
[![C99](https://img.shields.io/badge/C-99-blue.svg)](https://en.wikipedia.org/wiki/C99)
89
[![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20macOS%20%7C%20iOS%20%7C%20Linux-brightgreen)](https://github.com/wysaid/CameraCapture)
910

1011
[English](./README.md) | [中文](./README.zh-CN.md)
@@ -168,7 +169,7 @@ int main() {
168169
| **iOS** | Xcode 11+ | iOS 13.0+ |
169170
| **Linux** | GCC 7+ / Clang 6+ | V4L2 (Linux 2.6+) |
170171
171-
**构建要求**:CMake 3.14+,C++17
172+
**构建要求**:CMake 3.14+,C++17(C++ 接口),C99(C 接口)
172173
173174
### 支持的 Linux 发行版
174175

0 commit comments

Comments
 (0)