# mediapipe-deps **Repository Path**: garricklin/mediapipe-deps ## Basic Information - **Project Name**: mediapipe-deps - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-07 - **Last Updated**: 2023-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## deps - gcc/g++ >= 7.5 - git - cmake >= 3.13 - python3 - pip - pyyaml ## pre-build install deps ```shell apt install build-essential git cmake python3 python3-pip wget pip3 install pyyaml ``` ## build linux ```shell python3 build_3rdparty.py -p zlib gflags glog eigen gtest opencv ``` windows ```shell python3 build_3rdparty.py -p zlib gflags glog eigen gtest dlfcn-win32 pthread-win32 opencv ``` ## docker **Ubuntu-18.04** ```shell docker build -f docker/Dockerfile.ubuntu1804 . -t xianyanlin/mpdeps_ubuntu:18.04 docker push xianyanlin/mpdeps_ubuntu:18.04 ``` **CentOS-7.4** ```shell docker build -f docker/Dockerfile.centos7.4.1708 . -t xianyanlin/mpdeps_centos:7.4.1708 docker push xianyanlin/mpdeps_centos:7.4.1708 ```