- 4.4.1 Create the Build Directory
- 4.4.2 Configure the Build
- 4.4.3 Listing Configuration Options
- 4.4.4 Changing Configuration Options
- 4.4.5 Building Debug Configurations
- 4.4.6 Building With CMake
- 4.4.7 ./configure Emulation
- 4.4.8 For Developers: How to Write Platform Checks
- 4.4.9 Troubleshooting CMake Code
- 4.4.10 Developer CMake Tips
- 4.4.11 MySQL-Specific CMake Macros
- 4.4.12 Interface to Third-Party Tools
Ensure that your compiler and cmake are in your
PATH
setting. The following discussion assumes
that your initial current working directory is the top-level MySQL
source directory.