mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix typos :
- opensolaris cmake package is SUNWcmake not SUNWCMake - it is configure.cmake not config.cmake
This commit is contained in:
parent
32f0a54628
commit
809e20f2d7
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ line needs to be modified to e.g "yum install" on Fedora or "zypper install"
|
||||||
on OpenSUSE.
|
on OpenSUSE.
|
||||||
|
|
||||||
OpenSolaris:
|
OpenSolaris:
|
||||||
shell> pfexec pkgadd install SUNWCMake
|
shell> pfexec pkgadd install SUNWcmake
|
||||||
|
|
||||||
Windows and Mac OSX:
|
Windows and Mac OSX:
|
||||||
Download and install the latest distribution from
|
Download and install the latest distribution from
|
||||||
|
@ -199,8 +199,8 @@ FOR PROGRAMMERS: WRITING PLATFORM CHECKS
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
If you modify MySQL source and want to add a new platform check,please read
|
If you modify MySQL source and want to add a new platform check,please read
|
||||||
http://www.vtk.org/Wiki/CMake_HowToDoPlatformChecks first. In MySQL, most of
|
http://www.vtk.org/Wiki/CMake_HowToDoPlatformChecks first. In MySQL, most of
|
||||||
the platform tests are implemented in config.cmake and the template header file
|
the platform tests are implemented in configure.cmake and the template header
|
||||||
is config.h.cmake
|
file is config.h.cmake
|
||||||
|
|
||||||
Bigger chunks of functionality, for example non-trivial macros are implemented
|
Bigger chunks of functionality, for example non-trivial macros are implemented
|
||||||
in files <src-root>/cmake subdirectory.
|
in files <src-root>/cmake subdirectory.
|
||||||
|
|
Loading…
Add table
Reference in a new issue