From f3633bb19daf764df406e66038652e09d9f0e517 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 11 May 2022 14:36:14 +0000 Subject: [PATCH] add README.md. --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..019c2ac --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +# Spark App Store +[![star](https://gitee.com/deepin-community-store/spark-store/badge/star.svg?theme=gvp)](https://gitee.com/deepin-community-store/spark-store/stargazers) [![fork](https://gitee.com/deepin-community-store/spark-store/badge/fork.svg?theme=gvp)](https://gitee.com/deepin-community-store/spark-store/members) + +Spark Store aims to collect Linux apps for the convieniece of Linux new comers + +The collecting process needs everyone's help + +We set up this APP Store and collect APPs/tools that everyone need widely. Also we pack Windows apps with wine. All packages will be shared in our repository for users to get freely. +Distrobution supported:Deepin 20 ; Ubuntu 22.04 LTS / Ubuntu 20.04 LTS(May stop support in the future) ; UniontechOS Home 21 + + + +I hope people who see here can also join our team,development help or submit applications are welcomed + +If you want to submit an APP to share with others,Please [Click here](https://upload.deepinos.org/index) + + +## 🙌 A simple start + +If you simply want to install the Spark Store,just enter the [Release] page, find the version you want and install. + +IF you are using Debian11/Ubuntu 20.04, you will need extra dependency package. Available [here](https://d.store.deepinos.org.cn/spark-store-dependencies-kylin.zip) + +--- +#### Compile and developement + + +For Deepin V20/UOS 21/ Ubuntu 22.04/ Debian 11 + +```shell +sudo apt install git qt5-default debhelper pkg-config qtchooser libqt5core5a libqt5gui5 libqt5widgets5 libqt5network5 libqt5concurrent5 libdtkcore-dev libdtkgui-dev libdtkwidget-dev qttools5-private-dev libnotify-dev qtwebengine5-dev + +``` +Then + +```shell +git clone https://gitee.com/deepin-community-store/spark-store.git +cd spark-store +dpkg-buildpackage +``` + + + +## 🚀 Coorperation + +We use Gitee as our code hosting platform. Please click here to contact us. + +https://gitee.com/deepin-community-store/spark-store \ No newline at end of file