User:Ardovm/macOS
From Apache OpenOffice Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MacOS Catalina
Purpose: build AOO41X
- Download Xcode 12.0.1 and install it
- Download Xcode 7.3.1
- Download https://github.com/devernay/xcodelegacy
$ curl -OL https://raw.githubusercontent.com/devernay/xcodelegacy/master/XcodeLegacy.sh $ chmod +x XcodeLegacy.sh $ ./XcodeLegacy.sh -osx1011 buildpackages $ sudo ./XcodeLegacy.sh -osx1011 install
- Install macports
- Install necessary ports:
$ sudo port install getopt p5-archive\* p5-lwp-protocol-https p5-mozilla-ca perl5 pkgconfig git subversion
- Install Apache Ant 1.9.13 into /usr/local/share/java/ (will make a subdirectory with the version name)
$ cd /usr/local/share/java/ && sudo ln -s apache-ant-1.9.13 apache-ant-1.9
Work in progress: synchronize this page with the build script