wangqr / Aegisub

Win64 nightly builds available at GHA artifact, also at following link:
https://ftp.wangqr.tk/aegisub/
Other
792 stars 48 forks source link

Tips for building under macOS #104

Open louy2 opened 3 years ago

louy2 commented 3 years ago

brew edit wxmac works without installing wxmac.

wxWidgets 3.1.5 has removed --enable-webkit, so that line needs to be removed too if using 3.1.5 instead of 3.1.4. The commit which removed it is 6d7f35090d7cab46660990cff0a820237a26db6e.

That said I am stuck at

configure: error: Aegisub requires that boost be built with ICU support.

I am on Apple M1.

bzq2810 commented 3 years ago

Hope this may help to solve the boost/ICU problem: https://github.com/wangqr/Aegisub/issues/77#issuecomment-766174879