# deepin-appstore **Repository Path**: mirrors_linuxdeepin/deepin-appstore ## Basic Information - **Project Name**: deepin-appstore - **Description**: App Store for Deepin (legacy codebase) - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-10-29 - **Last Updated**: 2026-03-30 ## 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 ```