mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Documentation: Add how-to for building with homebrew clang on macOS
This commit is contained in:
committed by
Andrew Kaster
parent
b832837106
commit
322b088505
@@ -136,6 +136,13 @@ cmake --preset default -DENABLE_QT=ON
|
||||
|
||||
To re-disable the Qt chrome, run the above command with `-DENABLE_QT=OFF`.
|
||||
|
||||
On macOS, to build with clang from homebrew:
|
||||
|
||||
```
|
||||
brew install llvm
|
||||
CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ ./Meta/ladybird.sh run
|
||||
```
|
||||
|
||||
### Resource files
|
||||
|
||||
Ladybird requires resource files from the ladybird/Base/res directory in order to properly load
|
||||
|
||||
Reference in New Issue
Block a user