Browse Source

Update 'README.md'

pull/1/head
onryo 3 years ago
parent
commit
5464b76bd3
  1. 10
      README.md

10
README.md

@ -59,9 +59,7 @@ allow-hotplug usb0
iface usb0 inet dhcp
```
# Compile Qt 5.15.2 from source
All steps are based on [compile-qt5-from-source.md](https://git.hush.is/jahway603/hush-docs/src/branch/master/advanced/compile-qt5-from-source.md)
# Compile Qt 5.15.2 from source, based on [compile-qt5-from-source.md](https://git.hush.is/jahway603/hush-docs/src/branch/master/advanced/compile-qt5-from-source.md)
Remove & purge all Qt packages
```
@ -112,7 +110,7 @@ Configure Qt 5.15.2
../qt-everywhere-src-5.15.2/configure -v -bundled-xcb-xinput -opensource -confirm-license -release -ssl -glib -no-feature-geoservices_mapboxgl -qt-pcre -nomake examples -no-compile-examples -nomake tests -reduce-exports -system-freetype -fontconfig -qpa xcb
```
Make the configuration (-j 4 is number of cpus you want to use)
Make the configuration (`-j 4` is number of cpus you want to use)
```
make -j 4
@ -137,12 +135,10 @@ Add this at the bottom of your .bashrc file.
export PATH="/usr/local/Qt-5.15.2/bin:$PATH"
```
Reload your ~/.bashrc file & create new shell window.
Reload your ~/.bashrc file & create a new shell window.
```
source ~/.bashrc
CTRL+SHIFT+T
ALT+1
exit
```

Loading…
Cancel
Save