添加总结

master
linxiao 2018-08-02 15:36:46 +08:00 committed by GitHub
parent 6831fc67d1
commit c32a992319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -11,12 +11,12 @@ pip install -r requirements.txt -i https://pypi.douban.com/simple
pip install cx_freeze
```
5. 下载安装打包工具[Inno Setup](http://www.jrsoftware.org/isinfo.php)(如果需要打包)。
### 2.在命令行下运行
### 2. 在命令行下运行
```python
python recordwindow.py
#Win10-64系统稳定运行其他系统暂未测试。
```
### 3.设置
### 3. 设置
参考设置如下:
* 摄像头名称USB2.0 HD UVC WebCam
* 声音输入设备:麦克风 (Realtek High Definition Audio)
@ -24,11 +24,13 @@ python recordwindow.py
* 系统声音设备virtual-audio-capturer
不同机器和设备名称有所不同。
### 4.编译
### 4. 编译
```
python csetup.py build
#默认编译的可执行文件生成在目录D:\dev\record\record-win
#参照csetup.py修改编译信息
```
### 5.打包
### 5. 打包
用Inno setup打开setup.iss文件修改必要信息然后编译执行。
### 6. 开发总结
[请参见总结文章](https://segmentfault.com/a/1190000015409826)