mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-02 03:36:54 +08:00
don't tell people to add qtbase/bin to PATH
there is no reason whatsoever to do this (any more). Change-Id: Ib68c60ef137db0d68100f51a4efcaa27dd3c72e3 Reviewed-by: Yuchen Deng <loaden@gmail.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
be16d21a80
commit
c0626490d1
2
README
2
README
@@ -43,7 +43,6 @@ HOW TO BUILD QT5
|
||||
-----------
|
||||
|
||||
cd <path>/qt-everywhere-opensource-src-<version>
|
||||
export PATH=$PATH:$PWD/qtbase/bin
|
||||
./configure -prefix $PWD/qtbase -opensource -nomake tests
|
||||
make -j 4
|
||||
|
||||
@@ -55,7 +54,6 @@ HOW TO BUILD QT5
|
||||
path.
|
||||
|
||||
cd <path>\qt-everywhere-opensource-src-<version>
|
||||
set PATH=%PATH%;%CD%\qtbase\bin;
|
||||
configure -prefix %CD%\qtbase -opensource -nomake tests
|
||||
nmake // jom // mingw32-make
|
||||
|
||||
|
||||
Reference in New Issue
Block a user