Skip to content

Commit 399ca1d

Browse files
authored
Update README.md
1 parent 41c0f93 commit 399ca1d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ You can easily download them from Sourceforge:(_Links Below_)
3434

3535
**3. Linking (Native & Cross-Compiler):**
3636
* Move files to its correct location (ie `/opt`) using cmd: `sudo mv <extracted folder-name e.g gcc-8.2.0> /opt`
37-
* Properly configure paths as below(Permanently by adding it to your `.bashrc`):
38-
`echo 'export PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/bin:$PATH' >> .bashrc`
39-
`echo 'export LD_LIBRARY_PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/lib:$LD_LIBRARY_PATH' >> .bashrc`
40-
37+
* Properly configure paths as below(Permanently by adding it to your `.bashrc`):
38+
```
39+
echo 'export PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/bin:$PATH' >> .bashrc
40+
echo 'export LD_LIBRARY_PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/lib:$LD_LIBRARY_PATH' >> .bashrc
41+
```
4142
**4. Manage Links as below:(Native Compiler Only)**
4243
`source .bashrc`
4344
`sudo ln -s /usr/include/arm-linux-gnueabihf/sys /usr/include/sys`

0 commit comments

Comments
 (0)