[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-22。"],[[["This guide provides instructions for installing Google's OR-Tools for .Net on MacOS Ventura (Intel and M1)."],["Before installing OR-Tools, you need to set up prerequisites including Xcode Command Line Tools, Homebrew, and the .Net 6.0 SDK."],["OR-Tools can be installed by downloading the binary distribution for your system (Intel or M1) and extracting it."],["Validate your installation by running the provided test command within the extracted directory, ensuring all examples execute successfully."]]],["First, install the Xcode Command Line Tools by running `xcode-select --install` in the terminal and verifying with `xcode-select -p`. Next, install Homebrew using the provided command and confirm with `brew --version`. Then, install the .Net 6.0 SDK via `brew cask install dotnet-sdk`, checking it with `dotnet --info`. Download and extract the correct OR-Tools binary for your MacOS system. Finally, navigate to the extracted directory in the terminal and run `make test` to validate the installation.\n"]]