forked from gary/ems
2
0
Fork 0
sun_ems/ems_c/clib/readme.txt

8 lines
252 B
Plaintext
Raw Blame History

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程序即可