aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDacheng Gao <13791720+gaodacheng@users.noreply.github.com>2019-03-27 21:55:59 +0800
committerDrew DeVault <sir@cmpwn.com>2019-04-01 08:55:49 -0600
commita32125c984a41dbbfbe5a12b450a84d78e04867a (patch)
tree499925fbf719a7e10ee1199257555e2253724478
parent679c058fac986314675bacf7a7b01d263fb0db39 (diff)
add chinese translation
-rw-r--r--README.zh-CN.md68
1 files changed, 68 insertions, 0 deletions
diff --git a/README.zh-CN.md b/README.zh-CN.md
new file mode 100644
index 00000000..3e56f229
--- /dev/null
+++ b/README.zh-CN.md
@@ -0,0 +1,68 @@
+# sway
+
+sway 是和 i3 兼容的 [Wayland](http://wayland.freedesktop.org/) compositor.
+阅读 [FAQ](https://github.com/swaywm/sway/wiki). 加入 [IRC
+频道](http://webchat.freenode.net/?channels=sway&uio=d4) (#sway on
+irc.freenode.net).
+
+如果你想要支持 sway 的发展, 请到这 [SirCmpwn's
+Patreon page](https://patreon.com/sircmpwn)贡献.
+
+## 发布签名
+
+发布以 [B22DA89A](http://pgp.mit.edu/pks/lookup?op=vindex&search=0x52CB6609B22DA89A) 签名
+并发布在 [GitHub](https://github.com/swaywm/sway/releases).
+
+## 安装
+
+### 从软件包中
+
+Sway 在很多发行版中可用. 尝试在你的发行版中安装 "sway" 包.
+如何这不可用, 请到 [此 wiki 页](https://github.com/swaywm/sway/wiki/Unsupported-packages)
+检查针对你的发行版关于安装的信息.
+
+如果你有兴趣给你的发行版打包 sway, 停下来到 IRC 频道或者发邮件至 sir@cmpwn.com 获取建议.
+
+### 从源代码编译
+
+安装依赖:
+
+* meson \*
+* [wlroots](https://github.com/swaywm/wlroots)
+* wayland
+* wayland-protocols \*
+* pcre
+* json-c
+* pango
+* cairo
+* gdk-pixbuf2 \*\*
+* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (可选的: man pages) \*
+* git \*
+
+_\*编译时依赖_
+
+_\*\*可选的: swaybg 依赖_
+
+运行这些命令:
+
+ meson build
+ ninja -C build
+ sudo ninja -C build install
+
+在没有 logind 的系统上, 你需要给 sway 二进制设置 suid:
+
+ sudo chmod a+s /usr/local/bin/sway
+
+Sway 将会在启动后尽快丢掉 root 权限.
+
+## 配置
+
+如果你已经在使用 i3, 接下来复制你的 i3 配置到 `~/.config/sway/config`
+它可以直接工作. 或者, 复制样本配置文件到
+`~/.config/sway/config`. 它通常位于 `/etc/sway/config`.
+运行 `man 5 sway` 获取关于配置的信息.
+
+## 运行
+
+从 TTY 中运行 `sway` . 某些显示管理器可能会工作但并不被 sway 支持
+(已知的 gdm 工作得非常好.