From 94aff4ad6b708ea48319c02fbbe7d29b30a0d440 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Fri, 20 Dec 2024 14:46:04 +0100 Subject: [PATCH] Update OSX build instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac0d9a5fb..aa6a47e95 100644 --- a/README.md +++ b/README.md @@ -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"