1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-19 19:25:18 +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 ## Requirements
- [Homebrew](https://brew.sh/) * [Homebrew](https://brew.sh/)* [Git](https://git-scm.com/downloads)
- [Git](https://git-scm.com/downloads)
Install dependencies with homebrew: 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 ## Download
@@ -48,4 +45,4 @@ codesign --force --deep -s - macos/minetest.app
``` ```
open ./build/macos/minetest.app open ./build/macos/minetest.app
``` ```