forked from gary/ems
2
0
Fork 0
sun_ems/ems_c/clib
ahu_gq ea4d11107a 提交新依赖 2025-06-21 16:48:52 +08:00
..
aarch64 提交新依赖 2025-06-21 16:48:52 +08:00
readme.txt 更新库 2025-05-27 11:25:36 +08:00

readme.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1.使用clib文件步骤如下
    cd到/opt/ems/clib
    然后解压 tar -xzvf clib.tar.gz
2.同时将aarch64中文件cp到系统位置
    cd /opt/ems/clib/aarch64/
    cp * /usr/lib/aarch64-linux-gnu/ -rf
3.再次执行c程序、web程序即可