Skip to content

Commit 8099dab

Browse files
add warnings
1 parent 210b6e9 commit 8099dab

File tree

5 files changed

+34
-0
lines changed

5 files changed

+34
-0
lines changed

src/source_build/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Building From Source
22

3+
<div class="warning">
4+
5+
The qt5 version is deprecated and only supported on distributions with protobuf that not depends on abseil and uses cmake 3.x.
6+
7+
Use branch qt6 for cmake 4.0 and newer protobuf.
8+
9+
</div>
10+
311
## Prerequisites
412

513
Before building from source it is recommended to be familiar with the

src/source_build/launcher.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Compiling the game launcher
22

3+
<div class="warning">
4+
5+
The qt5 version is deprecated and only supported on distributions with protobuf that not depends on abseil and uses cmake 3.x.
6+
7+
Use branch qt6 for cmake 4.0 and newer protobuf.
8+
9+
</div>
10+
311
## Prerequisites
412

513
- **Ubuntu** (Up to date as of 2025-02-15) - you'll need to install the

src/source_build/msa.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Compiling MSA (for Xbox Live)
22

3+
<div class="warning">
4+
35
**Not used for Xbox live in Minecraft 1.16.40+**
46

7+
</div>
8+
59
## Prerequisites
610

711
- **Ubuntu 18.04+** -

src/source_build/server.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Compiling the server launcher (DEPRECATED)
22

3+
<div class="warning">
4+
5+
This instruction won't really work right now.
6+
7+
</div>
8+
39
## Prerequisites
410

511
- **Ubuntu** - `sudo apt-get install git cmake pkg-config`

src/source_build/ui.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Compiling the Qt UI
22

3+
<div class="warning">
4+
5+
The qt5 version is deprecated and only supported on distributions with protobuf that not depends on abseil and uses cmake 3.x.
6+
7+
Use branch qt6 for cmake 4.0 and newer protobuf.
8+
9+
</div>
10+
311
## Prerequisites
412

513
- **Ubuntu 18.04+** -

0 commit comments

Comments
 (0)