libxengine / xengine

xengine is network,protocol,video and audio codec,streammedia protocol toolkit with c c++
https://www.xyry.org
GNU Lesser General Public License v3.0
27 stars 10 forks source link

Installation tips for linux and macos system frameworks #20

Open xengine-qyt opened 2 months ago

xengine-qyt commented 2 months ago

对于linux: 如果是升级,我们建议你使用sudo ./XEngine_LINEnv.sh -b -i 6 删除 在执行sudo ./XEngine_LINEnv.sh -b -i 3 安装 如果是新安装,可能需要赋权限,sudo chmod 777 ./*,然后执行两次:sudo ./XEngine_LINEnv.sh -i 3 如果在安装框架后无法找到so库,那么可能ldconfig没有生效,请执行一次 sudo ldconfig 或者重新启动计算器即可.

对于macos 我们建议你使用./XEngine_LINEnv.sh -b -i 6 删除 在执行./XEngine_LINEnv.sh -b -i 3 安装 如果是新安装,可能需要赋权限,chmod 777 ./*,然后执行两次:./XEngine_LINEnv.sh -i 3

xengine-qyt commented 2 months ago

For Linux: If you are upgrading, we recommend using sudo ./XEngine_LINEnv.sh -b -i 6 to remove, then execute sudo ./XEngine_LINEnv.sh -b -i 3 to install. If it is a new installation, you might need to set permissions with sudo chmod 777 ./*, then execute twice: sudo ./XEngine_LINEnv.sh -i 3. If the .so library cannot be found after installing the framework, it might be because ldconfig did not take effect. Please execute sudo ldconfig once or restart the computer.

For macOS: We recommend using ./XEngine_LINEnv.sh -b -i 6 to remove, then execute ./XEngine_LINEnv.sh -b -i 3 to install. If it is a new installation, you might need to set permissions with chmod 777 ./*, then execute twice: ./XEngine_LINEnv.sh -i 3.