22 lines
822 B
Markdown
22 lines
822 B
Markdown
<p align="center">
|
|
<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%"/>
|
|
</p>
|
|
|
|
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
|
|
|
|
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.
|
|
This fork is also not endorsed by or affiliated with the original PollyMC project.
|
|
|
|
## Build
|
|
```
|
|
git clone 'https://git.projectsegfau.lt/0xf8/pollymc'
|
|
cd pollymc
|
|
mkdir build
|
|
cd build
|
|
cmake .. -DLauncher_FORCED_BUNDLED_LIBS=on
|
|
make
|
|
```
|
|
|