From 59acc12b32736dc3f7b8b7060c165c2b49359f15 Mon Sep 17 00:00:00 2001 From: skip-yell Date: Fri, 1 May 2020 18:45:11 +0900 Subject: Add Korean README.md --- README.ko.md | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 README.ko.md diff --git a/README.ko.md b/README.ko.md new file mode 100644 index 00000000..0d28079f --- /dev/null +++ b/README.ko.md @@ -0,0 +1,63 @@ +# sway + +sway는 [i3](https://i3wm.org/)-호환 [Wayland](http://wayland.freedesktop.org/) 컴포지터입니다. +[FAQ](https://github.com/swaywm/sway/wiki)를 읽어보세요. [IRC 채널](http://webchat.freenode.net/?channels=sway&uio=d4) (#sway on irc.freenode.net)도 있습니다. + +sway 개발을 도우고 싶으시다면, [SirCmpwn의 Patreon 페이지](https://patreon.com/sircmpwn)에 기여해 주세요. + +## 릴리즈 서명 + +릴리즈는 [B22DA89A](http://pgp.mit.edu/pks/lookup?op=vindex&search=0x52CB6609B22DA89A)에서 서명되고, +[GitHub에서](https://github.com/swaywm/sway/releases) 공개되고 있습니다. + +## 설치 + +### 패키지를 통한 설치 + +Sway는 많은 배포판에서 이용할 수 있습니다. "sway" 패키지를 설치해 보세요. +만약 없다면, [위키 페이지](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 (선택: system tray) +* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (선택: man pages) \* +* git \* + +_\*컴파일 떄 필요_ + +다음 명령을 실행하세요: + + meson build + ninja -C build + sudo ninja -C build install + +logind를 사용하고 있지 않는 시스템에서는, 바이너리에 suid를 설정할 필요가 있습니다: + + sudo chmod a+s /usr/local/bin/sway + +Sway는 시작 후에 root 권한을 drop할 것 입니다. + +## 설정 + +i3를 이미 사용 중이라면, i3 config을 `~/.config/sway/config`로 복사하세요. +아니면, 샘플 구성 파일을 '~/.config/sway/config'에 복사할 수도 있습니다. +일반적으로 "/etc/sway/config"에 위치해 있습니다. +설정에 대한 정보를 보려면 "man 5 sway"를 실행하세요. + +## 실행 + +TTY에서 `sway`를 실행하세요. 일부 display manager는 작동하지만, sway로 부터 지원되지 않습니다(gdm은 상당히 잘 작동한다고 알려져 있습니다). diff --git a/README.md b/README.md index 876abf92..3d2542cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sway -[**English**](https://github.com/swaywm/sway/blob/master/README.md#sway--) - [日本語](https://github.com/swaywm/sway/blob/master/README.ja.md#sway--) - [Français](https://github.com/swaywm/sway/blob/master/README.fr.md#sway--) - [Українська](https://github.com/swaywm/sway/blob/master/README.uk.md#sway--) - [Español](https://github.com/swaywm/sway/blob/master/README.es.md#sway--) - [Polski](https://github.com/swaywm/sway/blob/master/README.pl.md#sway--) - [中文-简体](https://github.com/swaywm/sway/blob/master/README.zh-CN.md#sway--) - [Deutsch](https://github.com/swaywm/sway/blob/master/README.de.md#sway--) - [Nederlands](https://github.com/swaywm/sway/blob/master/README.nl.md#sway--) - [Русский](https://github.com/swaywm/sway/blob/master/README.ru.md#sway--) - [中文-繁體](https://github.com/swaywm/sway/blob/master/README.zh-TW.md#sway--) - [Português](https://github.com/swaywm/sway/blob/master/README.pt.md#sway--) - [Danish](https://github.com/swaywm/sway/blob/master/README.dk.md#sway--) +[**English**](https://github.com/swaywm/sway/blob/master/README.md#sway--) - [日本語](https://github.com/swaywm/sway/blob/master/README.ja.md#sway--) - [Français](https://github.com/swaywm/sway/blob/master/README.fr.md#sway--) - [Українська](https://github.com/swaywm/sway/blob/master/README.uk.md#sway--) - [Español](https://github.com/swaywm/sway/blob/master/README.es.md#sway--) - [Polski](https://github.com/swaywm/sway/blob/master/README.pl.md#sway--) - [中文-简体](https://github.com/swaywm/sway/blob/master/README.zh-CN.md#sway--) - [Deutsch](https://github.com/swaywm/sway/blob/master/README.de.md#sway--) - [Nederlands](https://github.com/swaywm/sway/blob/master/README.nl.md#sway--) - [Русский](https://github.com/swaywm/sway/blob/master/README.ru.md#sway--)- [中文-繁體](https://github.com/swaywm/sway/blob/master/README.zh-TW.md#sway--) - [Português](https://github.com/swaywm/sway/blob/master/README.pt.md#sway--) - [Danish](https://github.com/swaywm/sway/blob/master/README.dk.md#sway--) - [한국어](https://github.com/swaywm/sway/blob/master/README.ko.md#sway--) sway is an [i3](https://i3wm.org/)-compatible [Wayland](http://wayland.freedesktop.org/) compositor. Read the [FAQ](https://github.com/swaywm/sway/wiki). Join the [IRC -- cgit v1.2.3-54-g00ecf