Skip to content

Commit 1d91390

Browse files
committed
Docs Enhancements: Minor Fixes and updates
1 parent fc50196 commit 1d91390

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

QT_build_instructions.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2626

2727
<table align="center"><tr><td align="center">
2828

29-
<img alt="Raspberry Pi Toolchains Logo" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/GCC.png">
30-
31-
<h1>Cross-Compiling Latest QT Framework for Raspberry Pi</h1>
32-
33-
<h3>(Using Precompiled Toolchains available with this Project)</h3>
34-
35-
<br>
29+
<img alt="QT" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/qt-comp.png">
3630

3731
</td></tr></table>
3832

39-
&nbsp;
40-
41-
_Since many finding it difficult to cross-compile QT library for their Raspberry Pi with this project binaries, I decided to make this document. **This guide documents the every steps to follow to cross-compile Latest available [Qt-5.15.2](https://doc.qt.io/qt-5/whatsnew515.html) for any Raspberry Pi variant/model available, using the Raspberry Pi Toolchains available with this project only.**_
33+
Since many finding it difficult to cross-compile QT library for their Raspberry Pi with this project binaries, I decided to make this document. **This guide documents the every steps to follow to cross-compile Latest available [Qt-5.15.2](https://doc.qt.io/qt-5/whatsnew515.html) for any Raspberry Pi variant/model available, using the Raspberry Pi Toolchains available with this project only.**
4234

4335
&nbsp;
4436

@@ -123,7 +115,7 @@ _Since many finding it difficult to cross-compile QT library for their Raspberry
123115
- You will be needing an image writer to write the downloaded OS into the SD card _(micro SD card in our case)_. So download the open-source **"win32 disk imager"** from [here](https://sourceforge.net/projects/win32diskimager/files/Archive/), OR you can also use [Balena Etcher](https://www.balena.io/etcher/) instead.
124116
- Insert the SD card into the laptop/pc and run the image writer. Once open, browse and select the downloaded Raspbian image file. Select the correct device, that is the drive representing the SD card. _**Note:** If the drive (or device) selected is different from the SD card then the other selected drive will become corrupted. **SO BE CAREFUL!**_
125117
- Once the write is complete, eject the SD card and insert it into the Raspberry Pi and turn it on. It should start booting up.
126-
- Please remember that after booting the Pi, there might be situations when the user credentials like the "username" and password will be asked. Raspberry Pi comes with a default username `pi` and password `raspberry` and so always use it whenever it is being asked.
118+
- Please remember that after booting the Pi, there might be situations when the user credentials like the "username" and password will be asked. Raspberry Pi comes with a default username `pi` and password `raspberry` and so use it whenever it is being asked.
127119

128120

129121
#### 1.2 Set up Network

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
6060
* [**E. Toolchain Setup Documentation**](#e-toolchain-setup-documentation)
6161
* [**F. Supported Toolchains Programming Languages**](#f-supported-toolchains-programming-languages)
6262
* [**Build-Script for Developers**](#build-script-for-developers-do-it-yourself-muscle)
63-
* [**Cross-Compiling Latest QT Framework for Raspberry Pi**](#cross-compiling-latest-qt-framework-for-raspberry-pi)
63+
* [**Cross-Compiling Latest QT Framework for Pi**](#cross-compiling-latest-qt-framework-for-pi)
6464
* [**Supporting this Project :heart:**](#supporting-this-project)
6565
* [**Additional Information**](#additional-information)
6666
* [**Supported ARM Devices**](#supported-arm-devices)
@@ -206,9 +206,11 @@ Open-Source is awesome :heart:
206206

207207
&nbsp;
208208

209-
# Cross-Compiling Latest QT Framework for Raspberry Pi
209+
# Cross-Compiling Latest QT Framework for Pi
210210

211-
Now, there's a [dedicated guide](QT_build_instructions.md), that documents the every steps to follow to cross-compile Latest available [Qt-5.15.2](https://doc.qt.io/qt-5/whatsnew515.html) for any Raspberry Pi variant/model available, using the Raspberry Pi Toolchains available with this project only.
211+
Now, there's a steps-by-step instructions to follow to cross-compile Latest QT for any Raspberry Pi variant/model available, using the Raspberry Pi Toolchains available with this project only.
212+
213+
[Step-by-Step Instruction for Cross-Compiling Latest QT Framework for Raspberry Pi](QT_build_instructions.md)
212214

213215

214216
&nbsp;

0 commit comments

Comments
 (0)