# easyplayer **Repository Path**: dragonsofts/easyplayer ## Basic Information - **Project Name**: easyplayer - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-01 - **Last Updated**: 2026-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easyplayer #### 介绍 跨平台(Linux/Windows) 视频播放器 #### 软件架构 软件架构说明 #### QuickStart 1. 环境依赖 CMake 2. 编译 ```bash # 拉取并编译依赖 cmake .. -DPREPARE_DEPS=ON make -j8 build_FFmpeg build_SDL make install # 依赖安装完毕后重新构建项目 cmake .. -DPREPARE_DEPS=OFF ```