I always hate compiling and building. It's an error-prone path filled with riddles and unknowns.moshis a great tool replacingsshin many cases, Sadly it does not provide aarm64binary download or installer for M1/M2/M3 MacBooks. Moreover I dont like XCode and protected/usr/binand shit so I prefer isolated envs likeminiconda3, so it took a bit detoure but anyway, following theofficial mobile-shell build wiki, type these commands:conda install autoconf automake libprotobuf pkg-config`
git clone --depth=1 https://github.com/mobile-shell/mosh.git`
cd mosh
./autogen.sh
./configure --prefix $(conda i
...
继续阅读
(36)