Files
pollymc/README.md
T

22 lines
822 B
Markdown
Raw Normal View History

<p align="center">
2022-08-19 14:26:08 +01:00
<img src="./program_info/pollymc-header-black.svg#gh-light-mode-only" alt="PollyMC logo" width="60%"/>
<img src="./program_info/pollymc-header.svg#gh-dark-mode-only" alt="PollyMC logo" width="60%"/>
2017-08-27 12:56:21 +02:00
</p>
2022-01-15 21:25:49 -05:00
2023-06-21 18:00:35 -04:00
PollyMC is a **fork** of Prism Launcher that adds support for Ely.by accounts (and the 0xf8 fork adds support for any server running yggdrasil) and allows you to play offline mode without an account
2022-10-24 16:33:52 +01:00
PollyMC is not endorsed by or affiliated with the Prism Launcher project.
If you have any problems open an issue here, do not bug the Prism Launcher maintainers.
2023-06-21 18:02:08 -04:00
This fork is also not endorsed by or affiliated with the original PollyMC project.
2021-12-13 13:01:29 -05:00
2023-06-21 18:00:35 -04:00
## Build
```
2023-06-21 18:02:08 -04:00
git clone 'https://git.projectsegfau.lt/0xf8/pollymc'
cd pollymc
2023-06-21 18:00:35 -04:00
mkdir build
cd build
cmake .. -DLauncher_FORCED_BUNDLED_LIBS=on
make
```
2022-01-27 13:46:58 +01:00