mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-05 10:47:30 +08:00
Fix build instructions (-j <n>).
Change-Id: Ib9b23fed10b687e67859058fb35f92b2250be98f Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
15f3399576
commit
74f7b7f74c
2
README
2
README
@@ -31,7 +31,7 @@ HOW TO BUILD QT5
|
|||||||
cd <path>/qt-everywhere-opensource-src-<version>
|
cd <path>/qt-everywhere-opensource-src-<version>
|
||||||
export PATH=$PATH:$PWD/qtbase/bin
|
export PATH=$PATH:$PWD/qtbase/bin
|
||||||
./configure -prefix $PWD/qtbase -opensource -nomake tests
|
./configure -prefix $PWD/qtbase -opensource -nomake tests
|
||||||
./build -j4
|
./build -j 4
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
--------
|
--------
|
||||||
|
|||||||
Reference in New Issue
Block a user