diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-09-27 16:29:44 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-09-27 16:30:35 +0200 |
commit | 6994e9c91ec1d33e379ae565ae5fc9af297ac15f (patch) | |
tree | 7c6ea892336aa6e08b7fe056a0767786a75b21ba /README.cross | |
parent | 1682fcc2356e8442b345cefd530cafe1b2aaa9db (diff) |
Add my autogen.lastrun too.
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/README.cross b/README.cross index a3966daedfac..9722e49ee733 100644 --- a/README.cross +++ b/README.cross @@ -172,6 +172,45 @@ CXX_FOR_BUILD=ccache g++ --without-helppack-integration --without-myspell-dicts +For reference, Kendy's autogen.lastrun is: + +CC=ccache i686-w64-mingw32-gcc +CXX=ccache i686-w64-mingw32-g++ +CC_FOR_BUILD=ccache gcc +CXX_FOR_BUILD=ccache g++ +--build=x86_64-unknown-linux-gnu +--host=i686-w64-mingw32 +--with-num-cpus=4 +--with-max-jobs=8 +--without-junit +--disable-binfilter +--disable-build-mozilla +--disable-mozilla +--with-system-altlinuxhyph +--with-system-boost +--with-system-cairo +--with-system-cppunit +--with-system-curl +--with-system-db +--with-system-expat +--with-system-gettext +--with-system-graphite +--with-system-hunspell +--with-system-icu +--with-system-libpng +--with-system-libxml +--with-system-libxslt +--with-system-lpsolve +--with-system-mythes +--with-system-neon +--with-system-openssl +--with-system-redland +--without-myspell-dicts +--disable-directx +--disable-activex +--disable-extension-integration +--enable-symbols + Once you have compiled it, you may want to try to run it: $ cd instsetoo_native/wntgcci.pro/LibreOffice_Dev/archive/install/en-US |