Update OSX build instructions
Tested against a fresh copy of 10.13
This commit is contained in:
parent
d4e99700d4
commit
9ce76d3802
1 changed files with 2 additions and 3 deletions
|
@ -45,12 +45,11 @@ Nothing older than Xcode 5 has been tested recently, but it is likely that some
|
|||
|
||||
For personal usage, you can use homebrew to install almost all of Aegisub's dependencies:
|
||||
|
||||
brew install autoconf ffmpeg freetype gettext ffms2 fftw fribidi libass m4
|
||||
brew install autoconf automake ffmpeg ffms2 fftw freetype fribidi gettext icu4c libass m4 pkg-config
|
||||
brew install --devel --with-gc64 luajit
|
||||
brew install --HEAD icu4c
|
||||
brew link --force icu4c
|
||||
brew link --force gettext
|
||||
brew install --HEAD --c++11 --with-icu4c boost
|
||||
brew install --with-icu4c boost
|
||||
|
||||
wxWidgets is located in vendor/wxWidgets, and can be built like so:
|
||||
|
||||
|
|
Loading…
Reference in a new issue