# cpp_module_exp **Repository Path**: mehome99/cpp_module_exp ## Basic Information - **Project Name**: cpp_module_exp - **Description**: cpp_module_exp - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-09-18 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### install requirements ``` sudo apt-get install libboost-all-dev cd net/muduo; ./build.sh -j6 ; ./build.sh install ; ##### for Install VLC sudo apt install libvlc-dev ##### for compile vlc ##### VLC dependency sudo apt-get install lua5.1 sudo apt-get install libtolua-dev sudo apt-get install libavcodec-dev ffmpeg libavformat-dev libswscale-dev liba52-dev sudo apt-get install libxcb-composite0-dev libxcb-glx0-dev libxcb-dri2-0-dev libxcb-xf86dri0-dev libxcb-xinerama0-dev libxcb-render-util0-dev sudo apt-get install libxcb-xv0-dev sudo apt-get install libasound2-dev sudo apt-get install libgcrypt-dev ```