home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / libstock.zip / INSTALL < prev    next >
Text File  |  2000-08-01  |  354b  |  19 lines

  1. Try this to install libstocks
  2.  
  3. ./configure
  4. make
  5. make install
  6.  
  7. This installs :
  8. - libstocks.a in /usr/lib
  9. - stocks.h in /usr/include
  10. - and libstocks_client in /usr/bin
  11.  
  12. You can delete libstocks_client it is more used as exemple on how to use 
  13. libstocks.
  14.  
  15. if you want to change the installation directory try:
  16.  
  17. ./configure --prefix=/the/directory/you/want
  18.  
  19.