An open API service indexing awesome lists of open source software.

https://github.com/meonardo/recorder


https://github.com/meonardo/recorder

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### 使用说明
1. 先将 obs-studio clone 下来:
```
git clone --recursive -b recorder https://github.com/Meonardo/obs-studio.git recorder
```
2. 进入 `recorder` 目录, 在该目录下执行:
```
cmake -DCMAKE_PREFIX_PATH="D:\Programs\Qt\6.5.3\msvc2019_64" --preset windows-x64
```