mirror of https://github.com/qt/qt5.git
Update README with build instructions for single architecture
This commit is contained in:
parent
20ce079dc8
commit
0b75bcae93
2
README
2
README
|
@ -40,6 +40,7 @@ Build Instructions:
|
|||
Replace the System Library: Copy the newly created universal ./lib/libxcb.dylib file and overwrite the existing libxcb.dylib in the library directory on your primary build machine (e.g., /usr/local/lib/). This step is crucial for the universal Qt build to link correctly.
|
||||
|
||||
3.Execute the Build Script: Run the script to start the compilation process for both architectures and merge the Qt libraries.
|
||||
|
||||
cd qt5.12.3_universal
|
||||
bash build_opoensource.sh
|
||||
|
||||
|
@ -47,6 +48,7 @@ Build Instructions:
|
|||
If you do not require a universal library, you can modify the build_opensource.sh script to compile for only one architecture (either x86_64 or arm64). Edit the script to comment out or remove the build commands for the architecture you don't need.
|
||||
|
||||
|
||||
|
||||
<!-- Original Qt README content follows -->
|
||||
HOW TO BUILD QT5
|
||||
================
|
||||
|
|
Loading…
Reference in New Issue