mirror of
https://github.com/falsycat/ar.falsy.cat.git
synced 2024-12-25 00:04:52 +00:00
add new article
This commit is contained in:
parent
60a986e7f7
commit
2e95f657b5
9
content/blog/2023/0319-moving/index.md
Normal file
9
content/blog/2023/0319-moving/index.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: 引っ越しをした
|
||||||
|
tags: [blog, photo]
|
||||||
|
---
|
||||||
|
|
||||||
|
- 4月から色々あるので引っ越しをした
|
||||||
|
- 立地も治安も壁の厚さもとても良いところだった
|
||||||
|
|
||||||
|
![旧自宅](blog/2023/0319-moving/room.webp)
|
BIN
content/blog/2023/0319-moving/room.webp
Normal file
BIN
content/blog/2023/0319-moving/room.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -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 # 完了
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## 感想
|
||||||
|
- メジャーバージョンが同じでも後方互換性は乏しい
|
||||||
|
- 過去のプロジェクトをビルドしようとしてもよくわからないエラーが大量に出てくる
|
Loading…
Reference in New Issue
Block a user