# deepin-appstore **Repository Path**: msgcode/deepin-appstore ## Basic Information - **Project Name**: deepin-appstore - **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-03-11 - **Last Updated**: 2021-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Build from Source First, get submodules required by this repo: ```shell git submodule update --init --recursive git submodule update --remote ``` Then, install required deb packages: ```shell sudo apt install cmake libdtkwidget-dev libqcef-dev libqt5webchannel5-dev \ libsass0 qttools5-dev-tools libqt5sql5-sqlite qttools5-dev ```