From 5464b76bd31488ab6c4401d4a55d67e3f862023f Mon Sep 17 00:00:00 2001 From: onryo Date: Tue, 14 Dec 2021 14:16:05 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6e957cf..a7e5ef8 100644 --- a/README.md +++ b/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 ```