home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / BZ2L003 / bz2l003.lzh / COMPILE.TXT < prev    next >
Text File  |  1998-06-02  |  547b  |  22 lines

  1. ######################################################
  2.     compilation of BZ2LIB for WIN32DLL/UNIX
  3. ######################################################
  4.  
  5. *UNIX*
  6. 1. please change all source filename to small charactor.
  7. 2. please change RETURN code from CR-LF to CR.
  8. 3. make by follow command.
  9.     cd bz2lib
  10.     make -f makefile.unx
  11.  
  12. 4. If you want to make sample program,
  13.     make -f makefile.unx minibz2
  14.  
  15. *WIN95*
  16. 1. Execute Visual C++ Ver5.x
  17. 2. open BZ2LIB.DSP
  18. 3. build!
  19.  
  20. 4. If you want to make sample program,please build minibz2.dsp.
  21.  
  22.