Difference between revisions of "User:Ardovm/macOS"

From Apache OpenOffice Wiki
Jump to: navigation, search
(MacOS Catalina: p5-mozilla-ca)
(Perl must come from macports)
Line 11: Line 11:
 
# Install macports
 
# Install macports
 
# Install necessary ports:
 
# Install necessary ports:
  $ sudo port install p5-archive\* subversion getopt p5-mozilla-ca
+
  $ sudo port install p5-archive\* subversion getopt perl5 p5-mozilla-ca p5-lwp-protocol-https
 
# Install Apache Ant 1.9.13 into '''/usr/local/share/java/''' (will make a subdirectory with the version name)
 
# 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
 
  $ cd /usr/local/share/java/ && sudo ln -s apache-ant-1.9.13 apache-ant-1.9

Revision as of 19:53, 26 June 2021

MacOS Catalina

Purpose: build AOO41X

  1. Download Xcode 12.0.1 and install it
  2. Download Xcode 7.3.1
  3. 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
  1. Install macports
  2. Install necessary ports:
$ sudo port install p5-archive\* subversion getopt perl5 p5-mozilla-ca p5-lwp-protocol-https
  1. 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
Personal tools