Hi,
FYI, I did some expermimental builds of OOoLight ( see
http://wiki.ooolight.org ), and I need some feedback. Available locales are : de, es, it, fr, en-us, zh-cn and zh-tw
To install it :
Add the line :
deb http://deb.ooolight.org testing main
... in your /etc/apt/sources.list
Note: if you want the french version, $your_locale will contain : fr
export your_locale=choose_one
sudo apt-get update && apt-get install ooolight-$your_locale
If it doesn't launch, returning something like "soffice.bin does not exist", this is probably because of the missing /lib/ld-linux.so.3
Fast workaround:
sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
Don't ask me why, but I did the build on Markos experimental armhf installset and maybe the old ABI library was used, not sure (though, I'm sure I used the armhf ABI with -mfloat-abi=hard).
Work in progress : new builds using /lib/ld-linux-armhf.so.3 + -mfpu=vfpv3-d16 -mfloat-abi=hard flags
Thanks in advance for any feedback !!