home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / msqlmsql.zip / readme.os2
Text File  |  1999-02-21  |  934b  |  33 lines

  1.    README for OS/2 - 20/Feb/1999
  2.    Yuri Dario <mc6530@mclink.it>
  3.    http://www.geocities.com/SiliconValley/Peaks/4320
  4.  
  5.  
  6.       *--------------------------*
  7.       * mSQL utilities OS/2 Warp *
  8.       *--------------------------*
  9.  
  10.  
  11. HOW TO INSTALL:
  12. ---------------
  13. You need Perl5 (at least 5.003) and GNU Make (tested with 3.75).
  14. Perl must be already installed and properly configured.
  15. Check Makefile for file paths. My Perl is installed in d:\emx\perl, maybe
  16. you need to change paths.
  17. Enter 'dbi-1.02' directory and run
  18.  
  19.     make install
  20.  
  21. Perform the same steps to install 'msql-mysql-modules-1.2010'
  22. The modules can be recompiled using EMX 0.9c fix4. Follow the instructions
  23. included in the INSTALL text file.
  24.  
  25. HOW TO RUN BENCHMARKS:
  26. ----------------------
  27. Start the mSQL server process.
  28. Enter the bench directory and run
  29.  
  30.     perl run-all-tests --server=mSQL
  31.  
  32. You get the bench output in the output directory.
  33.