$ wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz $ tar xf Python-3.6.5.tar.xz $ cd Python-3.6.5 $ ./configure $ make $ sudo make altinstall
Due to The Qt Company offering changes, open source offline installers are not available any more since Qt 5.15. Read more about offering changes in the https://www.qt.io/blog/qt-offering-changes-2020 blog.
If you need offline installers, please consider our new Qt for Small Business offering: https://www.qt.io/blog/available-now-qt-for-small-businesses
由於Qt公司的政策改變,以後不再提供預先編譯好的離線獨立安裝包,只能線上安裝了, 要離線安裝包,要購買 Qt for Small Business 產品。
$ cat /proc/cpuinfo processor : 0 model name : ARMv6-compatible processor rev 7 (v6l) BogoMIPS : 2.00 Features : half thumb fastmult vfp edsp java tls CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xb76 CPU revision : 7
Hardware : BCM2708 Revision : 000e Serial : 00000000f566b1cb
透過下列參考的文章用 Hardware Revision Code from cpuinfo 的 000e 去對應看看型號是什麼, 所以我的 Pi 是 Model B Rev 2。
1 2
$ cat /proc/device-tree/model Raspberry Pi Model B Rev 2