fix a typo+explain better
This commit is contained in:
parent
d81e2bb0b0
commit
b2bcdb9d9b
4
BUILD.md
4
BUILD.md
@ -230,7 +230,7 @@ xcode-select --install
|
|||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
Pick an installation path - this is where the final `polymc.app` will be constructed when you run `make install`. Supply it as the `CMAKE_INSTALL_PREFIX` argument during CMake configuration.
|
Pick an installation path - this is where the final `polymc.app` will be constructed when you run `make install`. Supply it as the `CMAKE_INSTALL_PREFIX` argument during CMake configuration. By default, it's in the build/dist folder under PolyMC
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --recursive https://github.com/PolyMC/PolyMC.git
|
git clone --recursive https://github.com/PolyMC/PolyMC.git
|
||||||
@ -248,7 +248,7 @@ cmake \
|
|||||||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \
|
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \
|
||||||
..
|
..
|
||||||
make install
|
make install
|
||||||
mv jars/ polymc.app/Contents/MacOS
|
mv jars/ dist/polymc.app/Contents/MacOS
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** The final app bundle may not run due to code signing issues, which
|
**Note:** The final app bundle may not run due to code signing issues, which
|
||||||
|
Loading…
Reference in New Issue
Block a user