# webrtc-module-build **Repository Path**: wexiangis/webrtc-module-build ## Basic Information - **Project Name**: webrtc-module-build - **Description**: webrtc 源码模块编译,仅用国内源 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-27 - **Last Updated**: 2023-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1、编译 ``` ## 首次编译会下载源码,同时注意系统已安装 python3 make PLAT=x64 ## 生成 install 目录 make PLAT=x64 install ``` ``` ## 编译单个模块,示例 make PLAT=x64 ns make PLAT=x64 ns_install ``` * PLAT 用于指定平台,支持平台对应 platform 文件夹内的文件名, 同时可以在里面调整编译器配置 --- ## 2、测试 ``` ## 测试单个模块 cd ./test make PLAT=x64 ns_test ./ns_test.out ```