Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
The Oracle JDK 8 is now offered at a commercial license and requires an account to download. OpenJDK has no such license and is completely free to use.
|
|
Relative paths and .. components don't work with CMake's bundle support.
The also adds a note about potential code signing problems.
|
|
|
|
This is probably very broken on macOS and Windows and will need a lot of work to complete fully.
|
|
|
|
Add notice that building MultiMC, besides development purposes, is unsupported.
|
|
|
|
|
|
|
|
Extended description of Windows build process based on about 6 hours wasted on trial and error.
|
|
Update BUILD.md
|
|
instructions
|
|
the `git clone` command provided doesn't work and gives this error on Debian
```
$ git clone --recursive git@github.com:MultiMC/MultiMC5.git src
Cloning into 'src'...
The authenticity of host 'github.com (192.30.253.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
```
I am suggesting an alternative command to provide to users in BUILD.md instead.
|
|
|
|
It needs more. It needs a cleanup. And it needs someone to go and actually test that it works.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #185
|
|
|
|
|
|
Add OSX build instructions taken from https://gist.github.com/number5/7250865
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|