# whale_player **Repository Path**: jayfey/whale_player ## Basic Information - **Project Name**: whale_player - **Description**: 从零开始做一个音视频播放器 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2021-02-28 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ---- # 1. Get the 'menuconfig' source code of linux Get scripts folder(for make menuconfig function) of linux kernel stable source code v5.10.12 on 20210130. [linux-5.10.12](https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.12.tar.xz) [网易开源镜像站](http://mirrors.163.com/kernel/v5.x/linux-5.10.12.tar.gz) ---- # 2. Modify scripts folder of linux Modify Kbuild and Kconfig name@pc:~$ make menuconfig ---- # 3. Add user codes make menuconfig make ---- # 4. Run application ./