tamipon’s diary

自分と家族の成長の記録

Raspbianにcmigemoをインストール

www.yokoweb.net

 

nkfのビルド

任意フォルダで、下記URLから nkf のソースを取得し展開する。
https://ja.osdn.net/projects/nkf/downloads/64158/nkf-2.1.4.tar.gz/

$ wget https://ja.osdn.net/projects/nkf/downloads/64158/nkf-2.1.4.tar.gz
$ tar xvf nkf-2.1.4.tar.gz

展開したフォルダに移動し、コンパイル&インストール

$ cd nkf-2.1.4/
$ make
$ make install

実行確認

$ nkf --help

 

 

 

 

 

ラズパイにemacsをインストールしたい

 

 

www.reddit.com

# install essential build tools

sudo apt-get install build-essential

# get all dependencies of a previous emacs version

sudo apt-get build-dep emacs

# Get source

git clone https://github.com/emacs-mirror/emacs.git

# Go to source and build

cd emacs

./autogen.sh

./configure --without-makeinfo --without-x --with-gnutls=no

make -j4

# Install (optional)

sudo make install

ラズパイ3B+にpybluezでrfcomm-server.pyを構築する

 

www.youtube.com

に書いてあるとおりインストールする。

※下記を使うことになる。

 

github.com

 

androidアプリは

Bluetooth Serial Controller (https://goo.gl/LMh39c)

を使う。