ubuntu环境下mentohust的源码安装包,解压后到mentohust-0.3.1根目录下配置、编译、安装:
./configure
make
make install
即可使用mentohust联网,如果./configure失败,使用chomod 777 ./configure命令给configure文件权限即可。
第一次用mentohust联网时输入指令:
sudo mentohust -uUsername -pPasswd -a1 -b2 -d2 -v0.31 -w
例如用户名为20150012,密码为123456,则输入:
sudo mentohust -u20150012 -p123456 -a1 -b2 -d2 -v0.31 -w
之后再使用时只用输入sudo mentohust即可,退出用mentohust -k命令。
1