dada513
1160066f0d
fix build.md
2022-02-04 11:06:04 +00:00
swirl
407f9d9ef0
Merge remote-tracking branch 'upstream/develop' into develop
2022-02-02 11:17:04 -05:00
Oreoezi
eda06df878
Update BUILD.md
2022-02-01 20:33:38 +00:00
DioEgizio
8ea1ebaf1b
I haven't tested qt 5.6, i use 5.12
2022-01-29 18:14:56 +01:00
DioEgizio
5c2d3e430d
Merge branch 'develop' into patch-1
2022-01-29 18:10:46 +01:00
DioEgizio
b34239ebc6
adoptium
2022-01-29 11:00:13 +01:00
DioEgizio
9d36cf4b5a
fix another typo (omg I'm doing too commits)
2022-01-29 10:26:13 +01:00
DioEgizio
04be2404ce
fix typo
2022-01-29 10:24:49 +01:00
DioEgizio
7f4fd04cfe
not needed actually
2022-01-29 10:24:06 +01:00
DioEgizio
b2bcdb9d9b
fix a typo+explain better
2022-01-29 10:18:12 +01:00
DioEgizio
d81e2bb0b0
extra refinements
2022-01-29 10:14:00 +01:00
DioEgizio
177c10bb0f
fix MacOS build instructions
2022-01-29 10:12:04 +01:00
dada513
ca00103ee2
make packaging based
2022-01-29 08:56:04 +01:00
dada513
14a8ead6b4
fix conflict
2022-01-27 19:01:20 +01:00
dada513
bbf0508846
docs: rework README and BUILD
2022-01-27 18:59:44 +01:00
redstrate
1c982b0182
Fix RPM build instructions
2022-01-27 13:17:26 +00:00
Jan200101
c86ac772c8
Update RPM and build instruction
2022-01-09 21:51:56 +01:00
seth
59ef13f032
add documentation for building a .rpm
2022-01-08 23:13:10 -05:00
dada513
fa98ed3ccd
Merge remote-tracking branch 'upstream/develop' into upstream_update
2021-12-31 18:05:40 +01:00
WhiXard
1f21d84fdc
Update BUILD.md
2021-12-29 21:40:45 +01:00
TheFrenchGhosty
113956ccc8
Enhance the dependencies list, and add information to build a .deb ( #6 )
2021-12-29 15:00:47 -05:00
iGerman00
01e4e62de3
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.
2021-12-28 05:59:44 +05:00
swurl
df7f5754b6
pre-emptive work on PolyMC "rebranding"
2021-12-23 18:18:37 -05:00
rfl890
8bc3293ad0
Update BUILD.md
2021-12-19 07:59:19 -05:00
rfl890
7e1eb02ee6
Change from Oracle JDK to AdoptOpenJDK
...
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.
2021-12-17 08:11:06 -05:00
K Henriksson
20eada7bbe
Fix instructions for building on Mac
...
Relative paths and .. components don't work with CMake's bundle support.
The also adds a note about potential code signing problems.
2021-11-28 10:44:51 -08:00
kb1000
8bc5b5a01f
NOISSUE Update repository links
2021-10-21 01:46:13 +02:00
Petr Mrázek
441ab7eedc
NOISSUE debranding for real, initial work
...
This is probably very broken on macOS and Windows and will need a lot of work to complete fully.
2021-10-21 00:47:53 +02:00
Adrian
d1b1113798
Update BUILD.md
2021-09-08 20:45:01 +02:00
Adrian
06661bff35
NOISSUE: Add notice on support of selfbuilds
...
Add notice that building MultiMC, besides development purposes, is unsupported.
2021-09-08 19:17:44 +02:00
Sebastían
665b9213c6
NOISSUE Fix typo and remove SSH URL
2021-06-25 20:15:19 -05:00
Sambhav Saggi
10e7f48347
Fix #3638
2021-03-08 09:24:37 -05:00
Petr Mrázek
e8b9176736
NOISSUE update macOS build instructions
2021-02-09 21:08:45 +01:00
Matej Kafka
7da2fd5b8b
Update BUILD.md
...
Extended description of Windows build process based on about 6 hours wasted on trial and error.
2020-10-25 03:54:59 +01:00
Petr Mrázek
3680f1e599
Merge pull request #2864 from Hubcapp/patch-1
...
Update BUILD.md
2020-05-29 01:56:53 +02:00
Ghalid
164bb6c78c
NOISSUE change directory before running git submodule commands in mac instructions
2020-03-22 12:17:56 -04:00
Hubcapp
e6b5d9656a
Update BUILD.md
...
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.
2019-09-27 09:01:25 -05:00
Petr Mrázek
117bfef151
NOISSUE add JDK build dependency on Windows into BUILD.md
2017-07-29 16:22:53 +02:00
Petr Mrázek
632f232e36
NOISSUE update build instructions
...
It needs more. It needs a cleanup. And it needs someone to go and actually test that it works.
2017-07-29 16:06:38 +02:00
44trent3
590ff82fd1
NOISSUE Add Windows instructions to build from command line.
2016-11-15 23:13:43 +01:00
Petr Mrázek
172ff47a65
NOISSUE clarify linux build steps (add command line instructions)
2016-10-29 01:33:47 +02:00
Petr Mrázek
877d1020db
GH-1641 we use Qt 5.4.1, not 5.5.1
2016-08-08 22:33:25 +02:00
Petr Mrázek
b7f75637fa
GH-1451 add make install
step to OSX build instructions
2016-02-11 21:04:10 +01:00
Petr Mrázek
12c7b11fe6
NOISSUE fix bad patch.exe link and formatting in BUILD document
2015-11-13 00:14:12 +01:00
Petr Mrázek
fdbe431d6b
NOISSUE update versions in build how-to
2015-11-09 00:27:24 +01:00
Petr Mrázek
9c01b2294f
GH-1319 add patch.exe mention to the build how-to
2015-11-09 00:24:43 +01:00
Petr Mrázek
cf0308c970
GH-1263 update build instructions
2015-09-30 22:00:31 +02:00
Petr Mrázek
bef869ff76
Add a note about MultiMC not working in system folders to build instructions.
...
Fix #185
2014-07-22 23:29:10 +02:00
Sky
8a6c64ef62
Remove specific OpenSSL version from BUILD.md
2014-04-12 04:40:16 +01:00
Sky
01328b54e0
Fix typo
2013-12-13 16:23:12 +00:00