wget http://doc.hcd211.top/zb_users/upload/2017/05/201705021493710525743119.zip
./porta //注意要在portal所在目录运行
THE ACTIVE CODE IS: purtfk
useradd --no-create-home --user-group thunder //创建thunder用户(不包不带有thunder目录)
chown thunder:thunder -R /home/tar //把tar目录权限赋予thunder
mkdir /home/tar/TDDownload -p //在tar下创建TDDownload目录
mkdir /media/thunder/TDDownload -p //在media下创建目录
chown thunder:thunder -R /meida/thunder/TDDownload //给meida下目录赋予thunder权限
mount --bind /home/tar/TDDownload /media/thunder/TDDownload //将tar下的下载目录挂在到media下的目录
./portal //注意是在portal目录下运行才可
THIS DEVICE HAS BOUND TO USER: *****.
附一张图片:
后记:
如果所用的Linux系统是64位,比如我的是Centos7 64位,那么安装过程中会遇到依赖库的丢失等情况。而我在安装过程中,就出现无法找到libz.so.1库,这是因为Xware是32位程序,而64位系统缺少所需的依赖库,在这里我提供一下libz.so.1的下载:
libz.so.1.zip 下完后解压到lib文件家中即可顺利运行Xware。