摘要:
for file in *.cpp; do iconv --from-code=gb2312 --to-code=utf-8 $file > $file.utf8; mv $file.utf8 $file; donefor file in *.h; do iconv --from-code=gb23 阅读全文
摘要:
./bootstrap.sh --with-toolset=gcc project-config.jam: if ! gcc in [ feature.values <toolset> ]{ using gcc : arm : /home/arci/buildroot-2023.02/output/ 阅读全文
摘要:
https://wiki.qt.io/Install_Qt_5_on_Ubuntu Troubleshooting Qt Creator needs a compiler set up to build Follow the instruction from the previous section 阅读全文