From 14bd91187964e679ea1ef001220e2f070360a0bf Mon Sep 17 00:00:00 2001 From: Natan Streppel Date: Sun, 29 Mar 2015 13:36:55 -0300 Subject: [PATCH 1/2] Update QTCREATOR.md updated correct path to patch, which is actually under /Telegram and not on /tdesktop --- QTCREATOR.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QTCREATOR.md b/QTCREATOR.md index acf4eda4e..d1e82eef5 100644 --- a/QTCREATOR.md +++ b/QTCREATOR.md @@ -87,8 +87,8 @@ Extract to **/home/user/TBuild/Libraries**, rename **qt-everywhere-opensource-sr Apply patch: -* OR copy (with overwrite!) everything from **/home/user/TBuild/tdesktop/\_qt\_5\_4\_0\_patch/** to **/home/user/TBuild/Libraries/QtStatic/** -* OR copy **/home/user/TBuild/tdesktop/\_qt\_5\_4\_0\_patch.diff** to **/home/user/TBuild/Libraries/QtStatic/**, go there in Terminal and run +* OR copy (with overwrite!) everything from **/home/user/TBuild/tdesktop/Telegram/\_qt\_5\_4\_0\_patch/** to **/home/user/TBuild/Libraries/QtStatic/** +* OR copy **/home/user/TBuild/tdesktop/Telegram/\_qt\_5\_4\_0\_patch.diff** to **/home/user/TBuild/Libraries/QtStatic/**, go there in Terminal and run git apply _qt_5_4_0_patch.diff From 4b3b641152b8e58d42d1d83495846d5e91831b6d Mon Sep 17 00:00:00 2001 From: Natan Streppel Date: Fri, 24 Apr 2015 23:45:34 -0300 Subject: [PATCH 2/2] Updated build instructions for linux Qt project changed their domain to qt.io --- QTCREATOR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QTCREATOR.md b/QTCREATOR.md index acf4eda4e..59d4a5ad8 100644 --- a/QTCREATOR.md +++ b/QTCREATOR.md @@ -4,7 +4,7 @@ * Install git by command **sudo apt-get install git** in Terminal * Install g++ by command **sudo apt-get install g++** in Terminal -* Install Qt Creator from [**Downloads page**](https://qt-project.org/downloads) +* Install Qt Creator from [**Downloads page**](https://www.qt.io/download/) For 32 bit Ubuntu you need to install g++ version 4.8 manually by such commands