From a6d2bc0bbcf600b508f9fc9011c1a1f679ba364e Mon Sep 17 00:00:00 2001 From: cocomeow Date: Tue, 14 Dec 2021 00:16:23 +0800 Subject: [PATCH] update Installation --- Installation.md | 2 +- zh_cn/Installation.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 5140ca9..ef8be98 100644 --- a/Installation.md +++ b/Installation.md @@ -77,7 +77,7 @@ We provide [Flakes](https://github.com/ArkToria/ACross/blob/master/flake.nix) su Our AppImage is built from Debian, because there has no the latest Qt or other dependence packages in the upstream, so there may be some problems, such as the input method is broken. -Before you start the AppImage, you should `chmod u+x ` to make it executable and make sour you `glibc` version matchs the minimum requirements. +Before you start the AppImage, you should `chmod u+x ` to make it executable and make sure you `glibc` version matchs the minimum requirements. ### MacOS diff --git a/zh_cn/Installation.md b/zh_cn/Installation.md index fd5919a..72bab21 100644 --- a/zh_cn/Installation.md +++ b/zh_cn/Installation.md @@ -38,6 +38,49 @@ $ gpg --verify .sig ![verify from gui](/Installation/verify_from_gui.png) +### Windows + +#### Scoop + +```powershell +scoop bucket add arktoria https://github.com/ArkToria/scoop-bucket +scoop install arktoria/across +``` + +`scoop` 包里面提供了一个简单的配置,并且如果修改设置页面中的任何内容都能生成一份完整的配置。软件会被安装在你的用户目录下:`~/scoop/bucket/across/`。 + +#### Pacman & MSYS2 + +从 Action 或者 Release 页面下载 `mingw-w64-x86_64` 包。对于从 Action 下载的包来说,你需要先用 `unzip` 解压。 + +```bash +pacman -U *.pkg.tar.zst +``` + +#### Portable + +下载并解压即可使用 + +### Linux + +#### Pacman & ArchLinux + +你可以从 [ArchLinuxCN](https://wiki.archlinux.org/title/Unofficial_user_repositories#archlinuxcn) 源下载并安装。 + +对于 `Manjaro` 或者其他基于 Arch Linux 的发行版用户来说,我们推荐你从 [AUR](https://aur.archlinux.org/packages/across/) 自行构建软件包。 + +#### Nix & NixOS + +我们提供了 [Flakes](https://github.com/ArkToria/ACross/blob/master/flake.nix) 支持。 + +### MacOS + +#### AppImage & Others + +我们的 AppImage 从 Debian 中构建,但由于其上游并未提供最新版的 Qt 和一些其他的依赖,所以可能会存在一些问题,如输入法无法使用。 + +在你启动 AppImage 之前,你需要进行 `chmod u+x ` 操作,给它可执行权限,并且需要确保你的 `glibc` 版本符合最低需求。 + ## 从源代码编译 ### 依赖