You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full build instructions will be available on [the website](https://prismlauncher.org/wiki/development/build-instructions/).
4
-
5
-
If you would like to contribute or fix an issue with the Build instructions you will be able to do so [here](https://github.com/PrismLauncher/website/blob/master/src/wiki/development/build-instructions.md).
6
-
7
-
## Getting the source
8
-
9
-
Clone the source code using git, and grab all the submodules. This is generic for all platforms you want to build on.
This guide will mostly mention dependant packages by their Debian naming and commands are done by a user in the sudoers file.
18
-
### Dependencies
19
-
20
-
- A C++ compiler capable of building C++17 code (can be found in the package `build-essential`).
21
-
- Qt Development tools 5.12 or newer (on Debian 11 or Debian-based distributions, `qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5`).
22
-
-`cmake` 3.15 or newer.
23
-
-`extra-cmake-modules`.
24
-
- zlib (`zlib1g-dev` on Debian 11 or Debian-based distributions).
25
-
- Java Development Kit (Java JDK) (`openjdk-17-jdk` on Debian 11 or Debian-based distributions).
26
-
- Mesa GL headers (`libgl1-mesa-dev` on Debian 11 or Debian-based distributions).
27
-
- (Optional) `scdoc` to generate man pages.
28
-
29
-
In conclusion, to check if all you need is installed (including optional):
> I'm writing this mail to confirm that my contributions to the O2 library, available here https://github.com/pipacs/o2, can be freely distributed according to the project's license (as shown in the LICENSE file).
65
+
> I'm writing this mail to confirm that my contributions to the O2 library, available here <https://github.com/pipacs/o2>, can be freely distributed according to the project's license (as shown in the LICENSE file).
0 commit comments