diff options
author | Daniel Bartholomew <dbart@askmonty.org> | 2012-06-18 16:57:58 -0400 |
---|---|---|
committer | Daniel Bartholomew <dbart@askmonty.org> | 2012-06-18 16:57:58 -0400 |
commit | bdc68e5baf9eafdc1956ff555770b010a6260102 (patch) | |
tree | 02eda0c162de39761ea7bdef50f464869255c9ce /BUILD-CMAKE | |
parent | 28f2c5641d2b1423f4904828a678ceb3e794355e (diff) | |
download | mariadb-git-bdc68e5baf9eafdc1956ff555770b010a6260102.tar.gz |
various documentation updates
Diffstat (limited to 'BUILD-CMAKE')
-rw-r--r-- | BUILD-CMAKE | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/BUILD-CMAKE b/BUILD-CMAKE index 060d2481241..c95482cf619 100644 --- a/BUILD-CMAKE +++ b/BUILD-CMAKE @@ -1,6 +1,7 @@ Copyright (c) 2009, 2010 Sun Microsystems, Inc. +Copyright (c) 2012 Monty Program Ab -How to Build MySQL server with CMake +How to Build MariaDB server with CMake WHAT YOU NEED --------------------------------------------------------------- @@ -11,7 +12,7 @@ HOW TO INSTALL: Linux distributions: shell> sudo apt-get install cmake -The above works on do Debian/Ubuntu based distributions.On others, command +The above works on Debian/Ubuntu based distributions. On others, the command line needs to be modified to e.g "yum install" on Fedora or "zypper install" on OpenSUSE. @@ -20,8 +21,9 @@ shell> pfexec pkgadd install SUNWcmake Windows and Mac OSX: Download and install the latest distribution from -http://www.cmake.org/cmake/resources/software.html.On Windows, download -installer exe file and run it. On Mac, download the .dmg image and open it. +http://www.cmake.org/cmake/resources/software.html +On Windows, download installer exe file and run it. On MacOS, download +the .dmg image and open it. Other Unixes: Precompiled packages for other Unix flavors (HPUX, AIX) are available from @@ -243,3 +245,4 @@ later corrected, the cached result is still used. If you encounter this situation, which should be a rare occation, you need either to remove the offending entry from CMakeCache.txt (if test was for HAVE_FOO, remove lines containing HAVE_FOO from CMakeCache.txt) or just remove the cache file. + |