0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

androidでnadesiko

Last updated at Posted at 2023-03-26

概要

androidでnadesikoやってみる。
構想編

手順

androidタブレットを購入する。

wifiに、入る。

userlandをインストールする。

ubuntu18.04

日本語環境に変更

$ sudo apt -y install language-pack-ja
$ sudo update-locale LANG=ja_JP.UTF8
$ sudo dpkg-reconfigure tzdata
$ sudo apt install uim-fep uim-mozc

.uimの設定ファイルを作成。

(define default-im-name 'mozc)
(define-key generic-on-key? '("<Control> " "<Control>g"))
(define-key generic-off-key? '("<Control> " "<Control>g"))

nadesikoをインストールする。

$ sudo apt install -y nodejs npm wget
$ sudo npm install -g npm

$ npm install -y nadesiko3

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?