Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
XMuli committed Nov 2, 2023
1 parent efbb6a5 commit 64a5865
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,41 @@

<br>

## linlong-玲珑适配

#### update: 2023.11.02

本次适配都是在 Deepin V23.02 环境下适配成功;

```cpp
// 编译项目的环境
sudo apt install gcc g++ cmake git tree qtcreator qtbase5-dev qttools5-dev-tools qttools5-dev libqt5x11extras5-dev libqt5svg5-dev libqt5xml5
// 适配玲珑包的环境
sudo apt install linglong-builder

// 进入源码的根目录下的 tech.xmuli.flipped 文件夹,执行如下适配命令
ll-builder build

// Note:,第一次执行安装会很慢,发现和网络有关,linglong 自生会下载很多东西;稍等即可编译成功。但实测发现项目使用 git submodule 引入三方开源库,而 玲珑脚本自生没有处理这这一部分,会导致编译失败。若此原因和项目自生无关。


```

#### Note:

- 整个项目的编译和玲珑适包配是在 Deepin V23.2 中实现,成功编译和运行;若是单独编译,在Windows、MacOS、Linux 下都是成功编译、运行、打包的,成品下载和体验可。若是因参赛需要提供源码,随时可仓库设置 public,或者最新完整源码邮箱发送给评委组,项目属于从零开始写,可以提供commit log。
- 官网: [flipped.xmuli.tech](https://flipped.xmuli.tech)
- GitHub Release: [https://github.com/XMuli/FlippedPages](https://github.com/XMuli/FlippedPages) | [gitee 镜像](https://gitee.com/XMuli/FlippedPages)
- GitHub 源码: [https://github.com/XMuli/Flipped](https://github.com/XMuli/Flipped) | [gitee 镜像](https://gitee.com/XMuli/Flipped)


REF:

- [https://linglong.dev/guide/ll-builder/build.html](https://linglong.dev/guide/ll-builder/build.html)
- [https://atomgit.com/linglong](https://atomgit.com/linglong)



## Features

- Multi-screen screenshot, time-lapse screenshot, custom screenshot
Expand Down
24 changes: 24 additions & 0 deletions tech.xmuli.flipped/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package:
id: tech.xmuli.flipped
name: flipped
version: 1.5.0
kind: app
description: |
Simple and beautiful cross-platform screenshot software.
runtime:
id: org.deepin.Runtime
version: 23.0.0

depends:
- id: icu
version: 63.1
type: runtime

source:
kind: git
url: "https://github.com/XMuli/Flipped.git"
commit: efbb6a5769b2d1c638fa95a2cfcd656580b99ab7

build:
kind: cmake

0 comments on commit 64a5865

Please sign in to comment.