ubuntu22.04安装语音小助手
ubuntu22.04部署安装语言小助手
1.必要依赖项目安装
新建环境
创建一个 your-environment的虚拟环境,python版本为3.10
conda create -n mlc python==3.10
conda activate mlc
Rust安装
# 安装
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
#检验
rustc --version
android studio及相关内容安装
android studio下载地址: link
将tar.gz文件解压到对应目录后运行以下命令使用studio:
./bin/studio.sh
file-settings-languages & frameworks - andriod SDK - SDK Tools 选择安装NDK/CMake和Android SDK