Skip to content

Commit

Permalink
Add macOS build instructions
Browse files Browse the repository at this point in the history
Remove release build info, as per request of @bgianfo
  • Loading branch information
Niek authored and AtkinsSJ committed Sep 20, 2022
1 parent 820544e commit 4d71a22
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ On Fedora or derivates:
sudo dnf install cmake libglvnd-devel ninja-build qt6-qtbase-devel qt6-qttools-devel qt6-qtwayland-devel
```

On macOS:

```
xcode-select --install
brew install qt ninja
```

For the c++ compiler, gcc-11 or clang-13 are required at a minimum for c++20 support.

For Ubuntu 20.04 and above, ensure that the Qt6 Wayland packages are available:
Expand Down Expand Up @@ -58,7 +65,7 @@ To run without ninja rule:
```
# or your existing serenity checkout /path/to/serenity
export SERENITY_SOURCE_DIR=${PWD}/Build/serenity
./Build/ladybird
./Build/ladybird # or, in macOS: open ./Build/ladybird.app
```

## Experimental Android Build Steps
Expand Down

0 comments on commit 4d71a22

Please sign in to comment.