Merge pull request #3046 from Ghalid/mac-build-instructions
Fix macOS build instructions so that git submodule commands succeed
This commit is contained in:
commit
130e1263b6
2
BUILD.md
2
BUILD.md
@ -169,9 +169,9 @@ Pick an installation path - this is where the final `.app` will be constructed w
|
|||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/MultiMC/MultiMC5.git
|
git clone https://github.com/MultiMC/MultiMC5.git
|
||||||
|
cd MultiMC5
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
cd MultiMC5
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
|
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5
|
||||||
|
Loading…
Reference in New Issue
Block a user