mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
commit
e568ddafba
19
README.md
19
README.md
@ -50,6 +50,25 @@ http://dcstore.shenmo.tech/
|
|||||||
|
|
||||||
线路文件:新版的线路文件被放置于源服务器中,可随时刷新更新源列表
|
线路文件:新版的线路文件被放置于源服务器中,可随时刷新更新源列表
|
||||||
|
|
||||||
|
#### 如何编译
|
||||||
|
|
||||||
|
Deepin/UOS 系统下, 安装依赖
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo apt install qt5-default libdtkcore-dev libdtkwidget-dev qtwebengine5-dev
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git clone https://gitee.com/deepin-community-store/spark-store.git
|
||||||
|
cd spark-store
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
qmake ..
|
||||||
|
make -j
|
||||||
|
```
|
||||||
|
|
||||||
|
./build文件下的spark-store即为可执行文件
|
||||||
|
|
||||||
#### 参与贡献
|
#### 参与贡献
|
||||||
|
|
||||||
1. Fork 本仓库
|
1. Fork 本仓库
|
||||||
|
@ -945,7 +945,7 @@
|
|||||||
<string notr="true">color:#808080</string>
|
<string notr="true">color:#808080</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string><html><head/><body><p>源服务器的作用是保证软件更新,并且支持使用apt工具获取软件。通常我们更建议你使用第一个线路作为更新源,一般是最稳定的</p></body></html></string>
|
<string><html><head/><body><p>源服务器的作用是保证软件更新,并且支持使用apt工具获取软件。通常我们更建议你使用第一个线路作为更新源,一般是最稳定的。</p><p>线路说明: </p><p>1. 国内推荐使用sucdn.jerrywang.top, cfcdn.jerrry.wang。前二者无法使用时,请切换到store.jerrywang.top</p><p>2. 国外推荐使用cfcdn.jerrry.wang, dcstore.spark-app.store</p><p>3. cdn.jerrywang.top尚在测试中</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user