Skip to content

Commit 7ca9093

Browse files
committed
Docs: Minor typos fixed
1 parent fb261b2 commit 7ca9093

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

QT_build_instructions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Since many finding it difficult to cross-compile QT library for their Raspberry
5353
- [Install the important Development Packages](#8-install-the-important-development-packages)
5454
- [Additional packages (Optional)](#9-additional-packages-optional)
5555
- [Create directory for QT Deployment](#10-create-directory-for-qt-deployment)
56+
- [Setup Important Symlinks](#11-setup-important-symlinks-important)
5657
- [**Steps/Settings for Host Machine (PC/Laptop)**](#stepssettings-for-host-machine-pclaptop)
5758
- [Update the Host Machine](#1-update-the-host-machine)
5859
- [Setting up the directory structure](#2-setting-up-the-directory-structure)
@@ -233,7 +234,7 @@ sudo mkdir /usr/local/qt5.15
233234
sudo chown -R pi:pi /usr/local/qt5.15
234235
```
235236

236-
### 11. Setup Important Symlinks as follows: *(Important)*
237+
### 11. Setup Important Symlinks *(Important)*
237238

238239
Our toolchains requires few additional symbolic links to work properly. Therefore, to create all required symbolic link reliably, we need to download `SSymlinker` bash script as follows:
239240

build-scripts/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
111111
```shellsession
112112

113113
Usage: ./RTBuilder_32b -g [GCC version] -r [Target Pi type] -o [Target Pi OS type] -V
114-
-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0|9.4.0|10.1.0|10.3.0)
114+
-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0|9.3.0|9.4.0|10.1.0|10.2.0|10.3.0)
115115
-r What's yours Target Raspberry Pi type?: (0-1|2-3|3+)
116116
-o What's yours Target Raspberry Pi OS type?: (stretch|buster)
117117
-V Verbose output for debugging?
@@ -143,7 +143,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
143143
```shellsession
144144

145145
Usage: ./RTBuilder_64b -g [GCC version] -o [Target Pi OS type] -V
146-
-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0|9.4.0|10.1.0|10.3.0)
146+
-g GCC version you want to compile?: (7.1.0|7.2.0|7.3.0|7.4.0|7.5.0|8.1.0|8.2.0|8.3.0|9.1.0|9.2.0|9.3.0|9.4.0|10.1.0|10.2.0|10.3.0)
147147
-o What's yours Target Raspberry Pi OS type?: (stretch|buster)
148148
-V Verbose output for debugging?
149149

@@ -202,8 +202,10 @@ These scripts only support newer GCC versions, those are as follows:
202202
| 8.4.0 | supported | supported |
203203
| 9.1.0 | supported | supported |
204204
| 9.2.0 | supported | supported |
205+
| 9.3.0 | supported | supported |
205206
| 9.4.0 | supported | supported |
206207
| 10.1.0 | supported | supported |
208+
| 10.2.0 | supported | supported |
207209
| 10.3.0 | supported | supported |
208210

209211
 

0 commit comments

Comments
 (0)