- Xcodeをインストール
- Xcode Command Line Toolsをインストール
- Homebrewで以下をインストール
(私の場合は、元々色々と入れてたのでクリーンな環境であれば他にもいるかもしれない) - automake
- autoconf
- gitからソースを持ってくる
git clone git://anongit.freedesktop.org/libreoffice/core libreoffice-core - pkg-configが邪魔だと言われたのでとりあえずリネームして隠す
- ./autogen.shを以下のオプションを付けて実行
--disable-odk
--disable-online-update
--disable-python
--enable-selective-debuginfo="cppu/ cppuhelper/ sal/ sfx2/ stoc/ sw/ toolkit/ unotools/ vcl/"
--enable-epm
--with-macosx-version-min-required=10.6
--without-doxygen
--without-help
--without-helppack-integration
--without-myspell-dicts
CC="clang -m32"
CXX="clang++ -m32" - make
以下を参考にした。
なお、私が Windowsでビルドした時のメモ は以下に記載しているがWindows環境を今は持っていないので通用するか不明(少なくともautogenのオプション関係は変わっている)
No comments:
Post a Comment