BUILD.md - Clearer differences with binaries
Coming from personal inconvenience - I've tried to build this from source, and was faced with Microsoft accounts not working. Upon re-reading the READMEs, I didn't find a reason for it, so I resorted to messaging in the Discord, which, after some back and forth, allowed me to understand that additional private stuff is needed for it to work. The question could've been avoided entirely, in my opinion, if this was included in BUILD.md - the place where anyone intending to build from source will come for guidance. (Not) Secrets should've been linked clearly because it's a crucial piece of info for someone building from source, since normally. I'd expect the source code to fully reflect the pre-built binaries.
This commit is contained in:
parent
b1b615e17f
commit
01e4e62de3
8
BUILD.md
8
BUILD.md
@ -15,8 +15,14 @@ MultiMC is a portable application and is not supposed to be installed into any s
|
|||||||
That would be anything outside your home folder. Before running `make install`, make sure
|
That would be anything outside your home folder. Before running `make install`, make sure
|
||||||
you set the install path to something you have write access to. Never build this under
|
you set the install path to something you have write access to. Never build this under
|
||||||
an administrator/root level account. Don't use `sudo`. It won't work and it's not supposed to work.
|
an administrator/root level account. Don't use `sudo`. It won't work and it's not supposed to work.
|
||||||
Also note that this guide is for development purposes only. No support is given for building your own fork or special build for any reason whatsoever.
|
Also note that this guide is for development purposes only.
|
||||||
|
**No support is given for building your own fork or special build for any reason whatsoever**.
|
||||||
|
|
||||||
|
# Branding, identifying marks and API keys
|
||||||
|
|
||||||
|
The logo and related assets are All Rights Reserved and may only be used in official builds of MultiMC hosted on multimc.org, and as such, are not, and will not be included in this repository. The source is only provided for the purpose of collaboration.
|
||||||
|
|
||||||
|
API keys are necessary for Microsoft account functionality. More info in [(Not) Secrets](https://github.com/MultiMC/Launcher/tree/develop/notsecrets)
|
||||||
|
|
||||||
# Getting the source
|
# Getting the source
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user