1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-28 07:20:28 +02:00

Refactor macos.md

This commit is contained in:
Bradley Pierce 2024-01-17 20:04:27 -05:00
parent c0d678292c
commit 179c1ee203

View File

@ -2,14 +2,11 @@
## Requirements
- [Homebrew](https://brew.sh/)
- [Git](https://git-scm.com/downloads)
* [Homebrew](https://brew.sh/)* [Git](https://git-scm.com/downloads)
Install dependencies with homebrew:
```
brew install cmake freetype gettext gmp hiredis jpeg jsoncpp leveldb libogg libpng libvorbis luajit zstd gettext
```
brew install cmake freetype gettext gmp hiredis jpeg jsoncpp leveldb libogg libpng libvorbis luajit zstd gettext
## Download
@ -48,4 +45,4 @@ codesign --force --deep -s - macos/minetest.app
```
open ./build/macos/minetest.app
```
```