Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Feb 13, 2021
1 parent 1d38fa1 commit ba05f3b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
10 changes: 10 additions & 0 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ scripts/build.sh -ar

#### GTK

대부분 배포판들은 이걸 자동으로 해주므로

패키지로 설치 하실 경우에는 필요 없을수도 있습니다.

```sh
# GTK2 설치 시
sudo gtk-query-immodules-2.0 --update-cache
Expand All @@ -71,6 +75,12 @@ sudo gio-querymodules /usr/lib/gtk-4.0/4.0.0/immodules

## 설정

### 데비안계열

언어 설정에서 입력기 `kime`를 선택해주세요

### 그외

init 스크립트에 다음을 추가하세요.

```sh
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ and there is `scripts/release-deb.sh <deb-out-path>` it make `deb` file.

#### GTK

you may don't need to do this when you install with package

because most distros doing this themselves.

```sh
# If you install gtk2
sudo gtk-query-immodules-2.0 --update-cache
Expand All @@ -72,7 +76,13 @@ sudo gio-querymodules /usr/lib/gtk-4.0/4.0.0/immodules

## Configuration

add the following to your init script
### Debian-like

Set input method `kime` in language setting

### Other

Add the following to your init script

```sh
export GTK_IM_MODULE=kime
Expand Down
9 changes: 4 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@

## Dev

## 1.0.0

* Fix debian packaging [#140](https://github.com/Riey/kime/issues/140)
* Use shell script for Build [#231](https://github.com/Riey/kime/issues/231)
* Using C++ header for engine cffi [#229](https://github.com/Riey/kime/issues/229)
* Implement engine hotkeys [#223](https://github.com/Riey/kime/issues/223)
* Implement sebeolsik-sin1995 [#235](https://github.com/Riey/kime/issues/235)
* Implement layout_addons [#239](https://github.com/Riey/kime/issues/239)
* Fix gtk reset doesn't commit preedit char [#240](https://github.com/Riey/kime/issues/240)]
* Compile C/C++ with `-fvisibility=hidden`

## 1.0.0-pre3

* Fix gtk reset doesn't commit preedit char [#240](https://github.com/Riey/kime/issues/240)
* Compile C/C++ with `-fvisibility=hidden` [#241](https://github.com/Riey/kime/issues/241)
* Change release .tar.xz [#203](https://github.com/Riey/kime/issues/203)
* Make engine capi no panic [#201](https://github.com/Riey/kime/issues/201)
* Fix wayland focus change repeat bug [#207](https://github.com/Riey/kime/issues/207)
Expand Down

0 comments on commit ba05f3b

Please sign in to comment.