home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2013 / 2013.06.linuxmafia.com / linuxmafia.com / pub / linux / apps / torriem / readme < prev   
Text File  |  2001-02-27  |  3KB  |  55 lines

  1. This directory contains files associated with Corel's Wordperfect 2000 
  2. suite for linux.  All the files in this directory are not supported by 
  3. Corel in anyway.  Use at your own risk.  Please read the entire readme 
  4. here, as it has some important information on installing the rpms and also 
  5. some info about locality.
  6.  
  7. The file, corelwine-rpm-base.tar.gz contains some scripts meant to help 
  8. build an rpm of the latest CVS version of corelwine.  The reason I made a 
  9. tarball with a script instead of just a .spec file is because I wanted to 
  10. generate a snapshot rpm that would have the date as the version number.  
  11. I haven't yet figured out how to do this with rpm.  So my script modifies 
  12. the included spec file to include the date, downloads the latest corelwine 
  13. cvs code, applies a couple of patches to it, and then builds corel wine.  
  14.  
  15. To use the builder script, the tarball should be unpacked in the SOURCES
  16. section of your rpm build tree.  On redhat that's /usr/src/redhat/SOURCES.  
  17. The script will then create the spec file, create a special source
  18. tarball, and run rpm for you.  The resulting RPM should be in RPMS/i386.  
  19. You will need fonttastic-dev and libaps-dev installed to build the RPM.  
  20. (If all you have is libaps, check to make sure it has include files.  If
  21. so, then you're okay.)
  22.  
  23.  
  24. The two patches I apply to the source code do the following:  
  25. corelwine-configure.patch patches configure so that it will not build in 
  26. opengl support into wine.  This is necessary so that things will work 
  27. properly under XFree 4.0.x.  I also tried to exclude ncurses support, but 
  28. that didn't work, so I bundled a libncurses.so.4 file in the package as a 
  29. crutch.  The other patch patches the scroll bar control so that it won't 
  30. let go of the mouse when you're dragging it and get too far away.  This 
  31. one is arguably personal preference, so you can remove it if you want.
  32.  
  33. I also have posted here a compiled rpm of corelwine-cvs-20010227 that is 
  34. built against glibc 2.1, fonttastic, and libaps.  
  35.  
  36. For some reason, I have found that it is necessary to remove the old 
  37. corelwine-cvs rpm (if you have it) before installing the newer one because 
  38. of some weird conflicts that arrise from my use of symlinks.  Am looking 
  39. into this.  I've also had reports that rpm claims it needs glibc 2.2 when 
  40. installing, but I'm thinking you can just use --nodeps and be fine.  See 
  41. the corel newsgroup for instructions on how to convert the rpm to a deb 
  42. package and use it on debian systems.
  43.  
  44. There are not many new enhancements that I'm aware of, and I can't really 
  45. say much about it's stability, but it does clear up many of the problems I 
  46. had previously (like not being able to run at all).  It may be my 
  47. imagination, but the latest build seems to be faster too.
  48.  
  49. *locality info* Right now, the hacked version of wpolauncher I provide 
  50. sets the LC_ALL variable to en_US.  Please change that to whatever locale 
  51. you need.  The system's LC_ALL variable is not honored.  (If you have it 
  52. set already, just remove the export line from wpolauncher.)  All this junk 
  53. is left over from problems I had trying to get wine to run before.  
  54. Forcing it to set the LC_ALL variable made it work for me.  
  55.