Changeset 557 for 1.8.2/trunk/win32/README_MySQL.txt
- Timestamp:
- 11/16/06 04:36:30 (2 years ago)
- Files:
-
- 1.8.2/trunk (modified) (1 prop)
- 1.8.2/trunk/win32 (modified) (1 prop)
- 1.8.2/trunk/win32/README_MySQL.txt (modified) (2 diffs)
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
- Property svn:ignore set to
1.8.2/trunk/win32
- Property svn:ignore set to
- Property svn:ignore set to
1.8.2/trunk/win32/README_MySQL.txt
r467 r557 1 Building PennMUSH 1. 7.x under Windows with MySQL1 Building PennMUSH 1.8.x under Windows with MySQL 2 2 ------------------------------------------------ 3 by Ervin Hearn < noltar@korongil.net>3 by Ervin Hearn <ehearn@pennmush.org> 4 4 5 Last update: Saturday, 26 June 20046 Current Version of MySQL: 4.0.20a5 Last update: Saturday, 11 November 2006 6 Current Version of MySQL: 5.0.27 7 7 8 These directions are oriented toward those using MSVC++ or MinGW9 Development Studio. Those using MinGW+MSys should install MySQL 10 just as if they weredoing so on Linux.8 These directions are oriented toward those using MSVC++ or another Graphical 9 Windows IDE. Those using MinGW+MSys should install MySQL just as if they were 10 doing so on Linux. 11 11 12 12 1. Download and install MySQL for Windows from http://www.mysql.org/ … … 14 14 2. Make sure that the contents of mysql/lib/opt and mysql/include are located 15 15 within your build environment's path. 16 17 I recommend c reating symlinks/shortcuts with the name mysql inyour18 compiler's lib and include directories which point to the mysql install19 locations. Arepresentation 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 21 21 C:\Program Files\Microsoft Visual Studio\VC98\lib\mysql -> C:\mysql\lib\opt 22 22 C:\Program Files\Microsoft Visual Studio\VC98\include\mysql -> C:\mysql\include
