Difference between revisions of "Cmake"
Jump to navigation
Jump to search
(Created page with "{{lc}} * {{make}}") |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | [[wikipedia:Cmake]] ([[2000]]) | ||
+ | cmake --build build | ||
+ | |||
+ | |||
+ | [[brew install mysql]] | ||
+ | .../... | ||
+ | ==> Installing mysql | ||
+ | ==> Patching | ||
+ | ==> Applying boost-check.patch | ||
+ | patching file CMakeLists.txt | ||
+ | ==> cmake . -DFORCE_INSOURCE_BUILD=1 -DCOMPILATION_COMMENT=Homebrew -DINSTALL_DOCDIR=share/doc/mysql - DINSTALL_INCLUDEDIR=include/mysql -DINSTALL_INFODIR=share/info -DINSTAL | ||
+ | ==> [[make]] | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[make install]]</code> | ||
+ | * <code>[[make]]</code> | ||
+ | * <code>[[cmake --build build]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{cmake}} | ||
* {{make}} | * {{make}} | ||
+ | * {{Build}} | ||
+ | |||
+ | [[Category:Cmake]] |
Latest revision as of 09:56, 1 April 2024
cmake --build build
brew install mysql .../... ==> Installing mysql ==> Patching ==> Applying boost-check.patch patching file CMakeLists.txt ==> cmake . -DFORCE_INSOURCE_BUILD=1 -DCOMPILATION_COMMENT=Homebrew -DINSTALL_DOCDIR=share/doc/mysql - DINSTALL_INCLUDEDIR=include/mysql -DINSTALL_INFODIR=share/info -DINSTAL ==> make
Related[edit]
See also[edit]
Advertising: