mirror of
https://github.com/brain-hackers/README
synced 2025-06-09 22:42:39 +09:00
Updated Linux>ビルド (markdown) 改行の修正
parent
ab8b1f44ba
commit
c60a528790
10
Linux>ビルド.md
10
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カードにコピー)(現在執筆中)に続く…
|
||||
|
Loading…
x
Reference in New Issue
Block a user