mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Update BUILD.md
This commit is contained in:
parent
f31d5372e7
commit
305350fdc8
1 changed files with 2 additions and 1 deletions
3
BUILD.md
3
BUILD.md
|
|
@ -22,7 +22,7 @@ The rest of the documentation assumes you have already cloned the repository.
|
|||
|
||||
# Linux and FreeBSD
|
||||
|
||||
Getting the project to build and run on Linux is easy if you use any modern and up-to-date linux distribution.
|
||||
Getting the project to build and run on Linux is easy if you use any modern and up-to-date linux distribution. If you're using FreeBSD you should use 13.0-RELEASE or newer.
|
||||
|
||||
## Build dependencies
|
||||
- A C++ compiler capable of building C++11 code.
|
||||
|
|
@ -31,6 +31,7 @@ Getting the project to build and run on Linux is easy if you use any modern and
|
|||
- zlib (`zlib1g-dev` on Debian-based system)
|
||||
- Java JDK (`openjdk-17-jdk`on Debian-based system)
|
||||
- GL headers (`libgl1-mesa-dev` on Debian-based system)
|
||||
- games/lwjgl port if using FreeBSD
|
||||
|
||||
You can use IDEs like KDevelop or QtCreator to open the CMake project if you want to work on the code.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue