添加总结
parent
6831fc67d1
commit
c32a992319
10
README.md
10
README.md
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue