Skip to content

Commit

Permalink
Update OSX build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Dec 20, 2024
1 parent b2d6d98 commit 94aff4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ A vaguely recent version of Xcode and the corresponding command-line tools are r

For personal usage, you can use pip and homebrew to install almost all of Aegisub's dependencies:

pip3 install meson
brew install cmake ninja pkg-config libass boost zlib ffms2 fftw hunspell
pip3 install meson # or brew install meson if you installed Python via brew
brew install cmake ninja pkg-config libass boost zlib ffms2 fftw hunspell uchardet
export LDFLAGS="-L/usr/local/opt/icu4c/lib"
export CPPFLAGS="-I/usr/local/opt/icu4c/include"
export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
Expand Down

0 comments on commit 94aff4a

Please sign in to comment.