home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / xfh132.lzh / XFH / src / libmy / README < prev   
Text File  |  1993-01-17  |  2KB  |  48 lines

  1.  
  2.     libmy.a - sources for a few library functions used by XFH.
  3.     Copyright (C) 1991, 1992, 1993 Kristian Nielsen.
  4.  
  5.     This library is free software; you can redistribute it and/or
  6.     modify it under the terms of the GNU Library General Public
  7.     License as published by the Free Software Foundation; either
  8.     version 2 of the License, or (at your option) any later version.
  9.  
  10.     This library is distributed in the hope that it will be useful,
  11.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13.     Library General Public License for more details.
  14.  
  15.     You should have received a copy of the GNU Library General Public
  16.     License along with this library; if not, write to the Free
  17.     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  
  19.  
  20. Compiling the library:
  21.  
  22.   If you are using Bmake and GCC (and if you've got everything set up
  23. correctly...), you should be able to do
  24.  
  25.     CD libmy
  26.     gen_lib
  27.  
  28. This should generated the file libmy.a which can be copied to gcc:lib/
  29. if you like. If this doesn't work for you look at the makefiles...
  30.  
  31. Note: The source uses <proto/libname.h> for compatibility; GCC users
  32. can link this to gcc:os-include/inline/.
  33.  
  34. If you have any questions or problems compiling this source, I can be
  35. reached by the address given below. I'd be very interested in hearing
  36. from people who have tried compiling XFH, and I'm always willing to
  37. try to answer questions (time permitting...).
  38.  
  39.  
  40.    Kristian Nielsen
  41.    Groenjordskollegiet
  42.    room 6111
  43.    Groenjordsvej
  44.    DK-2300 Koebenhavn S
  45.    Denmark.
  46.  
  47.    E-Mail: bombadil@diku.dk
  48.