📌 📄 内容摘要:
stevessr (@stevessr) 在 fluffychat 编译 | web target | 水一下 中发帖
请自备flutter & rust环境,这里以arch linux为例子
paru -S flutter rustup
rustup default nightly
rustup nightly
# nightly 坏习惯
这里偷个懒
git clone --depth=1 https://github.com/krille-chan/fluffychat.git
cd fluffychat
sudo chmod +x ./scripts/prepare-web.sh
./scripts/prepare-web.sh
# 安装 yq 看你自己的架构
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq &&\
chmod +x /...
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/1055984/1
─────────────────────────────
📢 来源:LINUX DO