Go to file
sneedium 2a1dcd6a38
fix conflicts
Signed-off-by: sneedium <sneed@sneedmc.org>
2022-06-14 22:36:08 -04:00
.github fix conflicts 2022-06-14 22:36:08 -04:00
buildconfig fix conflicts 2022-06-14 22:36:08 -04:00
cmake Fix indentation of macOS resources 2022-05-15 16:33:52 -04:00
launcher fix conflicts 2022-06-14 22:36:08 -04:00
libraries fix conflicts 2022-06-14 22:36:08 -04:00
nix fix conflicts 2022-06-14 22:36:08 -04:00
program_info fix conflicts 2022-06-14 22:36:08 -04:00
.clang-format fix indent width 2022-05-25 14:21:09 +08:00
.gitattributes NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. 2016-05-01 00:02:15 +02:00
.gitignore add a .clang-format 2022-05-23 08:29:30 +08:00
.gitmodules Enable LTO/IPO on release builds 2022-03-22 21:04:35 +01:00
BUILD.md Merge remote-tracking branch 'upstream/develop' into develop 2022-06-14 21:29:00 -04:00
CMakeLists.txt fix conflicts 2022-06-14 22:36:08 -04:00
CODE_OF_CONDUCT.md SNEED 2022-02-18 12:28:36 -05:00
COPYING.md chore: clarify GPL-3.0-only 2022-03-14 18:42:41 +01:00
default.nix nix: fix nix-build 2022-05-28 11:32:16 +03:00
flake.lock flake.lock: Update 2022-06-08 14:32:08 +03:00
flake.nix Merge remote-tracking branch 'upstream/develop' into develop 2022-06-14 21:29:00 -04:00
LICENSE Giant Sneed License & new MultiMC MSA Client ID 2022-03-06 21:14:26 -05:00
README.md fix conflicts 2022-06-14 22:36:08 -04:00
SNEED.md MORE SNEED 2022-02-20 21:19:36 -05:00

SneedMC logo


SneedMC

SneedMC is a sneedful launcher for Minecraft that focuses on sneedictability, long term sneedility, and sneedicity.


Installation

Cross-distro packages

Download on Flathub

Download as AppImage

Arch Linux

There are several AUR packages available:

sneedmc sneedmc-bin sneedmc-git

# stable source package:
yay -S sneedmc
# stable binary package:
yay -S sneedmc-bin
# latest git package:
yay -S sneedmc-git

Debian

We use makedeb for our Debian packages. Several MPR packages are available:

sneedmc sneedmc-bin sneedmc-git

# stable source package:
sudo tap install sneedmc
# stable binary package:
sudo tap install sneedmc-bin
# latest git package:
sudo tap install sneedmc-git

Nix

A Nix derivation is available.

Gentoo

A Gentoo ebuild is available in the sneed overlay, named games-action/sneedmc.

# as root:
emerge --oneshot eselect-repository
eselect repository enable sneed
emaint sync -r sneed
emerge sneedmc
# to use latest git version:
sudo tee -a /etc/portage/package.accept_keywords <<< "=games-action/sneedmc-9999 **"

Fedora

An RPM package is available on COPR.

sudo dnf copr enable polymc/polymc
sudo dnf install polymc

Slackware

A SlackBuild is available. You will need qt5 (on 15.0 installed by default), a JDK, and if you're on 14.2, you need to compile newer CMake version manually. To build, type in extracted directory with all dependiences met:

sudo ./polymc.SlackBuild
sudo installpkg /tmp/polymc-version-arch-1_SBo.tgz

If you are too lazy to do all these steps, you can just download a prebuild x86_64 package and install it with /sbin/installpkg:

sudo /sbin/installpkg ~/Downloads/polymc-version-x86_64-1_SBo.tgz

Windows

Windows (32-bit) (SHA256) - this is a portable package, you can extract it anywhere and run it. This package needs testing.

MacOS

MacOS currently does not have any packages. We are still working on setting up MacOS packaging. Meanwhile, you can build it for yourself.

FreeBSD

For FreeBSD available are:

In both cases you need X11, Qt5 and Java installed. Both files are 64bit only.

OpenBSD

For OpenBSD available are gzipped 32-bit binaries, download, unpack and run.

You need X11, Qt5 and Java installed.

Development Builds

There are per-commit development builds available here. These have debug information in the binaries, so their file sizes are relatively larger. Portable builds are provided for AppImage on Linux, Windows, and macOS.

For Debian and Arch, you can use these packages for the latest development versions:
polymc-git polymc-git
For flatpak, you can use flathub-beta

Help & Support

Feel free to create an issue if you need help. However, you might find it easier to ask in the Discord server.

SneedMC Discord

For people who don't want to use Discord, we have a Matrix Space which is bridged to the Discord server:

<<<<<<< HEAD SneedMC Space

PolyMC Space

upstream/develop

If there are any issues with the space or you are using a client that does not support the feature here are the individual rooms:

Development Discussion Github Maintainers News Offtopic Support Voice

We also have a subreddit you can post your issues and suggestions on:

r/PolyMCLauncher

Development

If you want to contribute to SneedMC you might find it useful to join our Discord Server or Matrix Space.

Building

If you want to build SneedMC yourself, check BUILD.md for build instructions.

Code formatting

Just follow the existing formatting.

In general, in order of importance:

  • Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
  • Prefer readability over dogma.
  • Keep to the existing formatting.
  • Indent with 4 space unless it's in a submodule.
  • Keep lists (of arguments, parameters, initializers...) as lists, not paragraphs. It should either read from top to bottom, or left to right. Not both.

Translations

The translation effort for SneedMC is hosted on Weblate and information about translating SneedMC is available at https://github.com/PolyMC/Translations

Download information

To modify download information or change packaging information send a pull request or issue to the website Here

Forking/Redistributing/Custom builds policy

SNEED