README.MacOSX
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:3k
源码类别:

信息检索与抽取

开发平台:

Unix_Linux

  1. Contents of this README ================================================
  2. This is a build for MacOSX/Darwin. 
  3. The contents of this directory are not expected to be meaningful on any
  4. other platform.
  5. This readme is current as at 29 Nov 2004 for MacOS X 10.3.6 with the
  6. Xcode 1.5 Developer Tools.  Do not waste your 
  7. time with any MacOS setup older than this.  Apple are rapidly improving the 
  8. *NIX compatability and functionality of the bsd subsystem.
  9. This code might also build on Jaguar MacOS X 10.2.  (but get Panther really!)
  10. This work was being done with Apple X11  Libraries Tcl/Tk 8.4.7,
  11. HDF5 1.6.1, png 1.2.5 and BLT3.0b are all installed in subdirectories of /usr/local.
  12. Sources or compiled code can be obtained as
  13. Apple X11 (binary, sdk and source)  http://www.apple.com/macosx/x11/ (included in Panther)
  14. Tcl/Tk  (source)   http://sourceforge.net/projects/tcl
  15. HDF5    (source)   http://hdf.ncsa.uiuc.edu/
  16. BLT     (source)   http://sourceforge.net/projects/blt
  17. BLT (patches)  http://savannah.nongnu.org/patch/?group=swarm
  18. MacOS X packages for Tcl/Tk8.4.7, HDF5 1.6.1, BLT3.0b and png 1.2.5 are 
  19. available from
  20. http://savannah.nongnu.org/projects/swarm
  21. Most recent Apple gcc-3.3 or gcc-4.0 based compilers should work. A recent build of Apple gcc-4.0 can be obtained through the Swarm site on Savannah.  See above.
  22. A GNU version of sed from http://ftp.gnu.org/pub/gnu/sed/ (the MacOS X one is
  23.  from 1997!).  At the moment you should install this as /usr/bin/gsed. 
  24.  Do not overwrite Apple's sed. 
  25.  For Jaguar only, gperf from http://ftp.gnu.org/pub/gnu/gperf/.  This is included in Panther (MacOS X 10.3).
  26. Binaries of these required packages are available at the Swarm web site:
  27. http://savannah.nongnu.org/projects/swarm
  28. Documentation on MacOS X porting issues can be found at
  29. http://developer.apple.com/unix/ and in the Xcode Documentation.
  30. and more specifically
  31. http://developer.apple.com/documentation/Darwin/Darwin.html
  32. This build supports Java on MacOS X.
  33. For suggestions on installing see INSTALL.MacOSX
  34. I. Contents of this directory
  35. ================================================= 
  36. swarm.xcode This is a project which can be opened by MacOSX Xcode 1.5. 
  37. It should be useful for building the project or relating to the Swarm cvs.
  38. If you have write access to the cvs do all the stuff it says on Savannah
  39. about keys etc. and make sure you have command line access.
  40. Make a file ~/.cvsignore containing the following lines: 
  41. build 
  42. .DS* 
  43. *~.*
  44. This stops MacOSX specific junk getting written into the CVS.
  45. Even if you only have anoncvs access the .cvsignore would probably save you
  46. time.
  47. 2. What you can do ================================
  48. Please report problems.  Any good ideas please email me on
  49. w.northcott@unsw.edu.au
  50. Bill Northcott
  51. 29 November 2004