add new article

This commit is contained in:
falsycat 2023-03-20 12:07:53 +09:00
parent 60a986e7f7
commit 2e95f657b5
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,9 @@
---
title: 引っ越しをした
tags: [blog, photo]
---
- 4月から色々あるので引っ越しをした
- 立地も治安も壁の厚さもとても良いところだった
![旧自宅](blog/2023/0319-moving/room.webp)

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -14,9 +14,12 @@ tags: [note, info-tech, development, software, library]
- [install-archlinux](note/info-tech/install-archlinux.md)の直後から,`flutter doctor`がオールグリーンになるまで - [install-archlinux](note/info-tech/install-archlinux.md)の直後から,`flutter doctor`がオールグリーンになるまで
- 1時間ぐらいは覚悟したほうがいい - 1時間ぐらいは覚悟したほうがいい
- クソでかいので[qemu](note/info-tech/qemu)イメージのリサイズをする羽目になった - 特にandroid-studioがクソでかいので[qemu](note/info-tech/qemu)イメージのリサイズをする羽目になった
- [参考文献](https://dev.to/nabbisen/flutter-3-on-arch-linux-shi-mefang-1m2j) - [参考文献](https://dev.to/nabbisen/flutter-3-on-arch-linux-shi-mefang-1m2j)
- 追記: [qemu](note/info-tech/qemu)上だとパフォーマンスがゴミすぎてまともに使えなかった X(
- ハードウェアアクセラレーションとか頑張ればいけるのかもしれないけど諦めてホストのMacbookに直接入れた
#### 手順
1. 依存のインストール 1. 依存のインストール
```bash ```bash
pacman -S base-devel xorg-server xterm i3-wm noto-fonts git clang cmake ninja chromium pacman -S base-devel xorg-server xterm i3-wm noto-fonts git clang cmake ninja chromium
@ -49,3 +52,8 @@ git config --global --add safe.directory /opt/flutter
flutter doctor --android-licenses flutter doctor --android-licenses
flutter doctor # 完了 flutter doctor # 完了
``` ```
## 感想
- メジャーバージョンが同じでも後方互換性は乏しい
- 過去のプロジェクトをビルドしようとしてもよくわからないエラーが大量に出てくる