forked from gary/ems
2
0
Fork 0
sun_ems/ems_c/clib
ahu_gq 14a945c2c5 更新库 2025-05-27 11:25:36 +08:00
..
clib.tar.gz 更新库 2025-05-27 11:25:36 +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程序即可