Skip to content

Commit 6a3b629

Browse files
authored
Update README.md
1 parent 27d6f5f commit 6a3b629

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ You can easily download them from Sourceforge:(_Links Below_)
3737
* Properly configure paths as below(Permanently by adding it to your `.bashrc`):
3838
```
3939
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
40+
echo 'export LD_LIBRARY_PATH=/opt/<extracted folder-name e.g gcc-8.2.0>/lib:$LD_LIBRARY_PATH' >> .bashrc
41+
source .bashrc
4142
```
4243
**4. Manage Links as below:(Native Compiler Only)**
43-
`source .bashrc`
44+
4445
`sudo ln -s /usr/include/arm-linux-gnueabihf/sys /usr/include/sys`
4546
`sudo ln -s /usr/include/arm-linux-gnueabihf/bits /usr/include/bits`
4647
`sudo ln -s /usr/include/arm-linux-gnueabihf/gnu /usr/include/gnu`

0 commit comments

Comments
 (0)