diff options
author | tsmith@quadxeon.mysql.com <> | 2007-06-05 17:51:30 +0200 |
---|---|---|
committer | tsmith@quadxeon.mysql.com <> | 2007-06-05 17:51:30 +0200 |
commit | 4b938045926f18adceb88eea0c398721f08ca6d3 (patch) | |
tree | 50b7ef6b918f2c9add6a6f5f3237ef8e777f57e8 /win | |
parent | 2cdb525f9fa20d608f6f35ba7d9526e6337112aa (diff) | |
parent | 6044940b258a964e19264e466fd4fd044dc495d3 (diff) | |
download | mariadb-git-4b938045926f18adceb88eea0c398721f08ca6d3.tar.gz |
Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun05/51
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/win/README b/win/README index 1e45b92abb2..fbcdfd068b8 100644 --- a/win/README +++ b/win/README @@ -35,7 +35,7 @@ the link named "Complete package, excluding sources". This includes an installer that will install bison. After the installer finishes, modify your path so that you can execute bison. -(Alternative you, can take the sql_yacc.yy and sql_yacc.h files from a +(As an alternative you can take the sql_yacc.yy and sql_yacc.h files from a matching mysql tar distribution and drop them into the sql directory just before you start the build) @@ -45,8 +45,11 @@ Clone your bk tree to any location you like. Step 5 ------ -From the root of your bk clone, execute the command: win\configure <options>. -The options right now are +From the root of your installation directory, execute the command: + +win\configure <options> + +The options right now are: WITH_INNOBASE_STORAGE_ENGINE Enable particular storage engines WITH_PARTITION_STORAGE_ENGINE @@ -68,8 +71,9 @@ win\configure WITH_INNOBASE_STORAGE_ENGINE WITH_PARTITION_STORAGE_ENGINE MYSQL_S Step 6 ------ -From the root of your bk clone, execute one of the batch files to generate the type -of project files you desire. + +From the root of your installation directory/bk clone, execute one of +the batch files to generate the type of project files you desire. For Visual Studio 8 (or Visual C++ 2005 express edition), do win\build-vs8. For Visual Studio 7.1, do win\build-vs71. @@ -80,8 +84,8 @@ Step 7 ------ From the root of your bk clone, start your build. -For Visual Studio, simply execute mysql.sln. This will start the IDE and you can -click the build solution menu option. +For Visual Studio, execute mysql.sln. This will start the IDE +and you can click the build solution menu option. Current issues -------------- |