Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/en/game/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ Make sure you have basic development tools installed, often found in packages, f
- openSUSE: `zypper in -t pattern devel-basis`
- SteamOS (Arch): `sudo pacman -S base-devel linux-api-headers glibc libconfig` (You also need to do `sudo steamos-readonly disable` but make sure to enable it again after installing the packages)

!!!note "Unofficial Packages"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could a disclaimer be added that BeamMP will not provide support for these packages. that BeamMP does not guarantee that they work, and that you use them at your own risk?


Some distributions have community-maintained BeamMP packages available.
Keep in mind that these packages are unofficial, and may not always be up-to-date.

- Arch / SteamOS: [`beammp-launcher-git`](https://aur.archlinux.org/packages/beammp-launcher-git) *⁽ᴬᵁᴿ⁾*

Install with an AUR helper (i.e. `yay`, `paru`, etc.) or with `makepkg`. SteamOS users should make sure they have disabled read-only with `sudo steamos-readonly disable`


Clone `vcpkg`, bootstrap it and add it to PATH

Expand Down