diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-09-17 13:56:12 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-09-17 19:37:42 +0200 |
commit | f5b840a3ee14a2086647596246d3491a58bf33bb (patch) | |
tree | 84b5b61340679be7d7929583090b3463651cdeee /README.cross | |
parent | bb15aeb0bbd063e557f21c4edde03949c66173fd (diff) |
goodbye linkoo.. you have served well
This commit:
- removes linkoo and --disable-linkoo option
- removes 'dev-update' make target
- creates --disable-ooenv option
- removes LD_LIBRARY_PATH and PATH settings in ooenv
Change-Id: I9530558531e9cb58b8282754ec8a6c655f190480
Diffstat (limited to 'README.cross')
-rw-r--r-- | README.cross | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/README.cross b/README.cross index 28e4a33387e4..6b68fde1713c 100644 --- a/README.cross +++ b/README.cross @@ -193,11 +193,6 @@ http://www.winehq.org/docs/wineusr-guide/environment-variables, and add Z:\tmp\LibO-Dev_4.1.0.0.alpha0_Win_x86_archive/LOdev\ 4.1\URE\bin to "Path" in My Computer->HKEY_CURRENT_USER->Environment. -Then run linkoo, so that when you rebuild something, you can directly see the -changes the next time you run it: - -solenv/bin/linkoo '/tmp/LibO-Dev_4.1.0.0.alpha0_Win_x86_archive/LOdev\ 4.1' <your_clone_dir> - And start debugging: $ winedbg soffice.bin @@ -422,7 +417,6 @@ CC=<path-to-arm-linux-gnueabihf-gcc> --sysroot=<path-to-raspbian_rootfs> CXX=<path-to-arm-linux-gnueabihf-g++> --sysroot=<path-to-raspbian_rootfs> --build=x86_64-unknown-linux-gnu --host=arm-unknown-linux-gnueabihf ---disable-linkoo --without-doxygen --disable-gnome-vfs --enable-python=system |