Update build docs for current depends baseline
This commit is contained in:
+12
-3
@@ -33,7 +33,16 @@ Ubuntu package baseline
|
||||
For the native Ubuntu wallet:
|
||||
|
||||
sudo apt-get install -y \
|
||||
cmake ninja-build xvfb
|
||||
cmake ninja-build xvfb libfontconfig1-dev libfreetype-dev \
|
||||
libharfbuzz-dev libbrotli-dev libbz2-dev libexpat1-dev \
|
||||
libglib2.0-dev libgraphite2-dev libpng-dev zlib1g-dev \
|
||||
libx11-xcb-dev libxcb1-dev libxcb-cursor-dev libxcb-icccm4-dev \
|
||||
libxcb-image0-dev libxcb-keysyms1-dev libxcb-randr0-dev \
|
||||
libxcb-render0-dev libxcb-render-util0-dev libxcb-shape0-dev \
|
||||
libxcb-shm0-dev libxcb-sync-dev libxcb-util-dev \
|
||||
libxcb-xfixes0-dev libxcb-xinerama0-dev libxcb-xkb-dev \
|
||||
libxau-dev libxdmcp-dev libxext-dev libxi-dev libxrender-dev \
|
||||
libxkbcommon-dev libxkbcommon-x11-dev
|
||||
|
||||
For the Windows wallet:
|
||||
|
||||
@@ -50,8 +59,8 @@ Why the helpers exist
|
||||
|
||||
The wallet build is sensitive to tool version mismatches:
|
||||
|
||||
* Native Ubuntu uses the deterministic depends Qt6, OpenSSL, Boost, protobuf,
|
||||
and supporting libraries.
|
||||
* Native Ubuntu uses the deterministic depends Qt6, OpenSSL, Boost, Expat,
|
||||
FreeType, protobuf, and supporting libraries.
|
||||
* Windows cross-target wallets use the deterministic depends Qt6 path and
|
||||
matching Qt host tools staged by depends.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user