PennMUSH Community
Show
Ignore:
Timestamp:
11/16/06 04:36:30 (2 years ago)
Author:
pennmush
Message:

PennMUSH 1.8.2p0 release candidate.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.2/trunk

    • Property svn:ignore set to
      .config
      config.h
      config.sh
      ignore
      Makefile
      options.h
  • 1.8.2/trunk/win32

    • Property svn:ignore set to

  • 1.8.2/trunk/win32/README_MySQL.txt

    r467 r557  
    1 Building PennMUSH 1.7.x under Windows with MySQL 
     1Building PennMUSH 1.8.x under Windows with MySQL 
    22------------------------------------------------ 
    3 by Ervin Hearn <noltar@korongil.net
     3by Ervin Hearn <ehearn@pennmush.org
    44 
    5 Last update: Saturday, 26 June 2004 
    6 Current Version of MySQL: 4.0.20a 
     5Last update: Saturday, 11 November 2006 
     6Current Version of MySQL: 5.0.27 
    77 
    8 These directions are oriented toward those using MSVC++ or MinGW 
    9 Development Studio. Those using MinGW+MSys should install MySQL 
    10 just as if they were doing so on Linux. 
     8These directions are oriented toward those using MSVC++ or another Graphical 
     9Windows IDE. Those using MinGW+MSys should install MySQL just as if they were 
     10doing so on Linux. 
    1111 
    12121. Download and install MySQL for Windows from http://www.mysql.org/ 
     
    14142. Make sure that the contents of mysql/lib/opt and mysql/include are located 
    1515   within your build environment's path. 
    16     
    17    I recommend creating symlinks/shortcuts with the name mysql in your 
    18    compiler's lib and include directories which point to the mysql install 
    19    locations. A representation of this is: 
    20     
     16 
     17   I recommend copying the contents of the directories listed below into your 
     18   compiler's lib and include directories under directories named 'mysql'. A 
     19   representation of this is: 
     20 
    2121   C:\Program Files\Microsoft Visual Studio\VC98\lib\mysql -> C:\mysql\lib\opt 
    2222   C:\Program Files\Microsoft Visual Studio\VC98\include\mysql -> C:\mysql\include