Skip to content

Commit a1130da

Browse files
committed
chore: format markdown files
Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent 95a0bd6 commit a1130da

File tree

2 files changed

+7
-57
lines changed

2 files changed

+7
-57
lines changed

Diff for: BUILD.md

+1-51
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,3 @@
11
# Build Instructions
22

3-
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.
10-
```
11-
git clone --recursive https://github.com/PrismLauncher/PrismLauncher
12-
cd PrismLauncher
13-
```
14-
15-
## Linux
16-
17-
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):
30-
31-
```
32-
sudo apt install build-essential qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5 cmake extra-cmake-modules zlib1g-dev openjdk-17-jdk libgl1-mesa-dev scdoc
33-
```
34-
35-
### Compiling
36-
#### Building and installing on the system
37-
This is usually the suggested way to build the client.
38-
39-
```
40-
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr" -DENABLE_LTO=ON
41-
cmake --build build -j$(nproc)
42-
sudo cmake --install build
43-
```
44-
45-
#### Building a portable binary
46-
47-
```
48-
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=install
49-
cmake --build build -j$(nproc)
50-
cmake --install build
51-
cmake --install build --component portable
52-
```
53-
3+
Full build instructions are available on [the website](https://prismlauncher.org/wiki/development/build-instructions/).

Diff for: libraries/katabasis/acknowledgements.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
> Redistribution and use in source and binary forms, with or without
99
> modification, are permitted provided that the following conditions are met:
1010
>
11-
> * Redistributions of source code must retain the above copyright notice, this
11+
> * Redistributions of source code must retain the above copyright notice, this
1212
> list of conditions and the following disclaimer.
1313
>
14-
> * Redistributions in binary form must reproduce the above copyright notice,
14+
> * Redistributions in binary form must reproduce the above copyright notice,
1515
> this list of conditions and the following disclaimer in the documentation
1616
> and/or other materials provided with the distribution.
1717
>
@@ -36,12 +36,12 @@ Cryptographic methods for Qt.
3636
> Redistribution and use in source and binary forms, with or without
3737
> modification, are permitted provided that the following conditions are met:
3838
>
39-
> * Redistributions of source code must retain the above copyright
39+
> * Redistributions of source code must retain the above copyright
4040
> notice, this list of conditions and the following disclaimer.
41-
> * Redistributions in binary form must reproduce the above copyright
41+
> * Redistributions in binary form must reproduce the above copyright
4242
> notice, this list of conditions and the following disclaimer in the
4343
> documentation and/or other materials provided with the distribution.
44-
> * Neither the name of the Rathenau Instituut, Andre Somers nor the
44+
> * Neither the name of the Rathenau Instituut, Andre Somers nor the
4545
> names of its contributors may be used to endorse or promote products
4646
> derived from this software without specific prior written permission.
4747
>
@@ -62,7 +62,7 @@ Configurable settings storage, Twitter XAuth specialization, new demos, cleanups
6262

6363
> "Hi Akos,
6464
>
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).
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).
6666
>
6767
> Regards,
6868
> -mandeep"

0 commit comments

Comments
 (0)