mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-04 02:12:21 +08:00
* 3.2.4~test3 * 修改: debian/changelog * !125 fix: 对oss进行URL转译 * Merge remote-tracking branch 'upstream/dev' into dev * fix: 对oss进行URL转译 * !124 fix: 安装时可能出现的超时错误 * update debian/changelog. * update src/widget.cpp. * Merge remote-tracking branch 'upstream/dev' into dev * update debian/changelog. * Merge remote-tracking branch 'upstream/dev' into dev * fix: 超时错误 * update README.zh.md. * update README.md. * update README.zh.md. * update debian/changelog. * !123 feat: 投稿器 * feat: 投稿器 * !122 fix:gpu 参数 * fix: chrome GPU 参数 * Merge remote-tracking branch 'upstream/dev' into dev * 修复错误的配置文件 * 改为读取/etc * update debian/changelog. * UOS 走普通的aptss,aptss支持UOS源 * 更新时不再清除免密码安装设置 * !121 反向同步 * fix * Merge remote-tracking branch 'upstream/dev' into dev * fix: high CPU usage because futex is still waiting for queue after illegal exit * Merge remote-tracking branch 'upstream/master' into dev * Merge remote-tracking branch 'upstream/dev' into dev * feat: enable GPU * Merge remote-tracking branch 'upstream/dev' into dev * Merge branch 'dev' of gitee.com:uniartisan2018/spark-store into dev * feat: 清除网页缓存 * 文案修改 * update src/widget.ui. * feat: 星火应用商店检测更新
60 lines
2.3 KiB
Markdown
60 lines
2.3 KiB
Markdown
# Spark App Store
|
||
[](https://gitee.com/deepin-community-store/spark-store/stargazers) [](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
|
||
|
||
|
||
You can track our Issue resoving progress here https://gitee.com/deepin-community-store/spark-store/board
|
||
|
||
|
||
We 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://code.gitlink.org.cn/shenmo7192/spark-store-dependencies/raw/branch/master/spark-store-dependencies-kylin.zip)
|
||
|
||
---
|
||
#### Compile and developement
|
||
|
||
|
||
For Deepin V20/UOS 21/ 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
|
||
|
||
```
|
||
|
||
Ubuntu 22.04
|
||
```shell
|
||
sudo apt install git qtbase5-dev 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 |