Skip to content

Commit

Permalink
Docs: Minor typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Oct 10, 2021
1 parent fb261b2 commit 7ca9093
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion QT_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Since many finding it difficult to cross-compile QT library for their Raspberry
- [Install the important Development Packages](#8-install-the-important-development-packages)
- [Additional packages (Optional)](#9-additional-packages-optional)
- [Create directory for QT Deployment](#10-create-directory-for-qt-deployment)
- [Setup Important Symlinks](#11-setup-important-symlinks-important)
- [**Steps/Settings for Host Machine (PC/Laptop)**](#stepssettings-for-host-machine-pclaptop)
- [Update the Host Machine](#1-update-the-host-machine)
- [Setting up the directory structure](#2-setting-up-the-directory-structure)
Expand Down Expand Up @@ -233,7 +234,7 @@ sudo mkdir /usr/local/qt5.15
sudo chown -R pi:pi /usr/local/qt5.15
```

### 11. Setup Important Symlinks as follows: *(Important)*
### 11. Setup Important Symlinks *(Important)*

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:

Expand Down
6 changes: 4 additions & 2 deletions build-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
```shellsession

Usage: ./RTBuilder_32b -g [GCC version] -r [Target Pi type] -o [Target Pi OS type] -V
-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)
-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)
-r What's yours Target Raspberry Pi type?: (0-1|2-3|3+)
-o What's yours Target Raspberry Pi OS type?: (stretch|buster)
-V Verbose output for debugging?
Expand Down Expand Up @@ -143,7 +143,7 @@ You can run these bash scripts to manually compile any GCC toolchains version th
```shellsession

Usage: ./RTBuilder_64b -g [GCC version] -o [Target Pi OS type] -V
-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)
-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)
-o What's yours Target Raspberry Pi OS type?: (stretch|buster)
-V Verbose output for debugging?

Expand Down Expand Up @@ -202,8 +202,10 @@ These scripts only support newer GCC versions, those are as follows:
| 8.4.0 | supported | supported |
| 9.1.0 | supported | supported |
| 9.2.0 | supported | supported |
| 9.3.0 | supported | supported |
| 9.4.0 | supported | supported |
| 10.1.0 | supported | supported |
| 10.2.0 | supported | supported |
| 10.3.0 | supported | supported |

 
Expand Down

0 comments on commit 7ca9093

Please sign in to comment.