Skip to content

Commit 9cac483

Browse files
committed
Fix branch name references and remove incorrect cmake 4.0 claims
- Default branch of mcpelauncher-manifest is 'ng', not 'main' - Remove cmake 4.0 support claims from qt6 branch (never completed) - Remove cmake policy workaround note (not applicable)
1 parent d823c9a commit 9cac483

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/source_build/launcher.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<div class="warning">
44

5-
The default (main) branch uses Qt5 and is deprecated. It is only supported on distributions with protobuf that does not depend on abseil and that use cmake 3.x.
5+
The default (ng) branch uses Qt5 and is deprecated. It is only supported on distributions with protobuf that does not depend on abseil and that use cmake 3.x.
66

7-
**For most users, the `qt6` branch is recommended.** It supports cmake 4.0 and newer protobuf. See the [qt6 branch instructions](#building-the-qt6-branch-recommended) below.
7+
**For most users, the `qt6` branch is recommended.** It supports newer protobuf. See the [qt6 branch instructions](#building-the-qt6-branch-recommended) below.
88

99
</div>
1010

@@ -33,11 +33,9 @@ CC=clang CXX=clang++ cmake .. -Wno-dev -DCMAKE_BUILD_TYPE=Release -DJNI_USE_JNIV
3333
make -j$(getconf _NPROCESSORS_ONLN)
3434
```
3535

36-
> **Note:** Some submodules (such as eglut) may specify an older minimum cmake version (e.g. 3.5). If you encounter cmake policy errors when building with cmake 4.0+, try adding `-DCMAKE_POLICY_VERSION_MINIMUM=3.5` to the cmake command.
36+
## Build instructions (ng branch, deprecated)
3737

38-
## Build instructions (main branch, deprecated)
39-
40-
> **Warning:** The main branch uses Qt5 and is deprecated. Prefer the [qt6 branch](#building-the-qt6-branch-recommended) unless you specifically need the Qt5 version.
38+
> **Warning:** The ng branch uses Qt5 and is deprecated. Prefer the [qt6 branch](#building-the-qt6-branch-recommended) unless you specifically need the Qt5 version.
4139
4240
``` bash
4341
git clone --recursive https://github.com/minecraft-linux/mcpelauncher-manifest.git mcpelauncher && cd mcpelauncher

0 commit comments

Comments
 (0)