Difference between revisions of "CrossOver"
(Started article) |
|||
Line 6: | Line 6: | ||
{{stub}} | {{stub}} | ||
+ | |||
+ | ==Crossover Office on Arch64== | ||
+ | To install Crossover office on Arch64, you need the linux32 wrapper and some 32bit emulation libraries: | ||
+ | |||
+ | pacman -S linux32 lib32-gcc lib32-glibc lib32-libxi lib32-zlib lib32-libsm | ||
+ | |||
+ | Then run the Crossover Office installer with the linux32 wrapper: | ||
+ | |||
+ | linux32 ./install-crossover-pro-5.0.3.sh |
Revision as of 01:55, 27 February 2007
Crossover Office is a fork of wine, aimed at users of Microsoft Office, and associated programs.
Crossover Office allows you to use these windows-based programs under linux.
See http://www.codeweavers.com/ for more info.
Crossover Office on Arch64
To install Crossover office on Arch64, you need the linux32 wrapper and some 32bit emulation libraries:
pacman -S linux32 lib32-gcc lib32-glibc lib32-libxi lib32-zlib lib32-libsm
Then run the Crossover Office installer with the linux32 wrapper:
linux32 ./install-crossover-pro-5.0.3.sh