Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,18 @@ Mori design system, with a right-hand vertical tab sidebar by default.

## Build & run

Requirements: macOS 26+, Xcode 26+, `xcodegen` and `cmake` (Homebrew).
Requirements: macOS 26+, Xcode 26+, `xcodegen`, `cmake`, and `git-lfs` (Homebrew).

The CEF framework (~214 MB) is stored in Git LFS. Install `git-lfs` and pull
the binary before building:

```bash
brew install git-lfs
git lfs install
git lfs pull
```

Then build and launch:

```bash
./run.sh # generate project, build Debug, launch
Expand Down