1 | export FONTCONFIG_PATH=/etc/fonts |
refer to:
https://askubuntu.com/questions/492033/fontconfig-error-cannot-load-default-config-file
人,技术,生活。
1 | export FONTCONFIG_PATH=/etc/fonts |
refer to:
https://askubuntu.com/questions/492033/fontconfig-error-cannot-load-default-config-file
1 2 3 4 | ./configure --prefix=`pwd`/installed --with-python=/usr/bin/python3 make -j 16 make install cp -Rf /usr/share/gdb/auto-load `pwd`/installed/share/gdb/ |