错误:
./TeamServerImage: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory
解决:
sudo apt install libfreetype6 -y
错误:
./TeamServerImage: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory
解决:
sudo apt install libfreetype6 -y