From c60a528790c49d02e2f8caa5e22c4334abb2adfd Mon Sep 17 00:00:00 2001 From: tka3220 <71972971+tka3220@users.noreply.github.com> Date: Sat, 23 Jan 2021 16:39:25 +0900 Subject: [PATCH] =?UTF-8?q?Updated=20Linux=EF=BC=9E=E3=83=93=E3=83=AB?= =?UTF-8?q?=E3=83=89=20(markdown)=E3=80=80=E6=94=B9=E8=A1=8C=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Linux>ビルド.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Linux>ビルド.md b/Linux>ビルド.md index b4069bc..bc1e639 100644 --- a/Linux>ビルド.md +++ b/Linux>ビルド.md @@ -6,11 +6,11 @@ gitリポジトリをクローン(環境を作る)します。 `git clone --recursive git@github.com:puhitaku/buildbrain.git` を実行します。かなり時間がかかるので寝る前などにやっておきましょう。 # Linuxのビルド -いよいよLinuxのビルドです。まず、`cd buildbrain`でディレクトリを変えてください。 -1.`make ldefconfig`を実行して、`.config`ファイルを作成します。 +いよいよLinuxのビルドです。まず、`cd buildbrain`でディレクトリを変えてください。 +1.`make ldefconfig`を実行して、`.config`ファイルを作成します。 2.`make lbuild`を実行してLinuxをビルドします。 # Debian (buster) のビルド -今行ったのはLinuxのカーネルのビルドです。Debianをビルドして、ソフトが動くようにしましょう。 +今行ったのはLinuxのカーネルのビルドです。Debianをビルドして、ソフトが動くようにしましょう。 1.欲しいパッケージを`./tools/setup_debian.sh`の51行目あたりに追記します。(任意) ```diff 42 apt install -y dialog sudo \ @@ -25,8 +25,8 @@ gitリポジトリをクローン(環境を作る)します。 51 resolvconf net-tools ssh openssh-client avahi-daemon + 52 apt install -y fbterm uim-fep uim-mozc ``` -2.バックグラウンドで`make aptcache`を実行します。 -バックグラウンドでDebianのビルドの間ずっと実行するので、新しいターミナルウィンドウを開きましょう。 +2.バックグラウンドで`make aptcache`を実行します。 +バックグラウンドでDebianのビルドの間ずっと実行するので、新しいターミナルウィンドウを開きましょう。 3.`make debian`を実行します。これも長い時間がかかりますから時間のあるときに行いましょう。 [SDカードにコピー](https://github.com/brain-hackers/README/wiki/Linux>SDカードにコピー)(現在執筆中)に続く…