[[["容易理解","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"]],["上次更新時間:2024-08-23 (世界標準時間)。"],[[["This guide provides instructions for installing Google's OR-Tools for C++ development on various Linux distributions, specifically focusing on the x86_64 architecture."],["Before installing OR-Tools, ensure you have the necessary C++ development tools installed by following the distribution-specific commands provided."],["Download the pre-built binary distribution of OR-Tools for your Linux distribution and extract it to a desired location."],["Validate your OR-Tools installation by running the provided test suite using the `make test` command within the extracted directory."]]],["This guide details installing OR-Tools for C++ on various Linux distributions (Alpine, Centos, Debian, Fedora, OpenSuse, Ubuntu) with x86_64 architecture. First, install C++ tools via terminal commands specific to each distribution, including packages like `build-essential`, `cmake`, and `gcc-c++`. Next, download and extract the appropriate OR-Tools binary from provided links based on the Linux system. Finally, validate the installation by navigating to the extracted directory and running `make test`.\n"]]