diff options
author | glowiak <52356948+glowiak@users.noreply.github.com> | 2022-02-06 12:03:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 12:03:17 +0100 |
commit | dd8946b15a833e72b5b6f0c8160ddf1f2b3867a6 (patch) | |
tree | 5221bb24679f2dd35d3f9668d7232cc4c06b148c /BUILD.md | |
parent | 305350fdc8b21d7ac335f29d64708ff255dce1c9 (diff) | |
download | PrismLauncher-dd8946b15a833e72b5b6f0c8160ddf1f2b3867a6.tar.gz PrismLauncher-dd8946b15a833e72b5b6f0c8160ddf1f2b3867a6.tar.bz2 PrismLauncher-dd8946b15a833e72b5b6f0c8160ddf1f2b3867a6.zip |
Update BUILD.md
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -280,12 +280,13 @@ need to be fixed with `codesign -fs -`. Tested on OpenBSD 7.0-alpha i386, on older should work too ## Build dependencies -- A C++ compiler capable of building C++11 code. -- Qt Development tools 5.6 or newer (`qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5` on Debian-based system) -- cmake 3.1 or newer (`cmake` on Debian-based system) -- 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) +- A C++ compiler capable of building C++11 code (included in base system) +- Qt Development tools 5.6 or newer ([meta/qt5](https://openports.se/meta/qt5)) +- cmake 3.1 or newer ([devel/cmake](https://openports.se/devel/cmake)) +- zlib (included in base system) +- Java JDK ([devel/jdk-1.8](https://openports.se/devel/jdk/1.8)) +- GL headers (included in base system) +- lwjgl ([games/lwjgl](https://openports.se/games/lwjgl) and [games/lwjgl3](https://openports.se/games/lwjgl3)) You can use IDEs like KDevelop or QtCreator to open the CMake project if you want to work on the code. |