プログラミング言語とツールとグラフィックライブラリ

C++ SDL1.2 Emscripten ?? Qt(mingw) 未 NetBeans(cygwin) 未 VC(vc++2019 cl.exe) ※SDL1.2のライブラリファイルをソース(SDL-1.2.15.z …

ubuntu linux 18.04 (arm64)でqemu-user-staticとchrootでubuntu linux 16.04 (i386)とx86バイナリをエミュレーションで動かす。

これでqemuとchrootの設定までされる。 次にubuntuのベースイメージをダウンロードして展開。http://cdimage.ubuntu.com/ubuntu-base/releases/ http://cdi …

pythonのUnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe3 in position NN: ordinal not in range(128)に対処

以下のファイルを作成。 ~/.local/lib/python2.7/site-packages/usercustomize.py 参考 その後のその後 – Python スクリプト実行時に UnicodeD …

macOS catarina とXquartzとubuntu linux 18.04でssh X11 forwarding

サーバーの/etc/ssh/sshd_configのX11Forwarding yesを有効にしてsshサーバーを再起動。 macOSにXquartzをインストール。macOSを再起動。 Xquartzを起動。Xquar …