# cpp_module_exp **Repository Path**: leoluopy/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-05-20 - **Last Updated**: 2022-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### install requirements ``` sudo apt-get install libboost-all-dev cd 3rdParty/muduo; ./build.sh -j6 ; ./build.sh install ; cd 3rdParty/curl-7.22.0; ./configure --enable-smtp --enable-pop3;make;sudo make install; # 编译libevent 如果遇到: aclocal-1.15: command not found :  # 执行命令 autoreconf ; 随后重试编译和安装 cd 3rdParty/libevent-2.1.10-stable; ./configure -prefix=/usr/lib;make ;sudo make 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 libavutil-dev sudo apt-get install libasound2-dev sudo apt-get install libgcrypt-dev sudo apt install caffe-cuda -y ln -s ~/workspace/dev/caffe-master/ . ``` ###