تاریخ آخرین بهروزرسانی 2024-08-26 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-26 بهوقت ساعت هماهنگ جهانی."],[[["This guide provides instructions for installing Google's OR-Tools for .Net on various Linux distributions, specifically focusing on the x86_64 architecture."],["Before installing OR-Tools, ensure you have .Net Core SDK 3.1 or higher installed, with specific instructions provided for different Linux distributions."],["Download the appropriate OR-Tools binary distribution for your Linux system from the provided links and extract it."],["Validate your installation by running the `make test` command in the extracted directory to execute sample OR-Tools examples."],["Upon successful completion of the tests, you are ready to begin using OR-Tools for your .Net projects."]]],["This guide details installing OR-Tools for .Net on various 64-bit Linux distributions. First, the .Net Core SDK (version 3.1 or higher) needs to be installed using specific commands for each OS like: `apk add dotnet6-sdk` (Alpine), `sudo yum install -y dotnet-sdk-6.0` (Centos), `sudo apt install -y dotnet-sdk-6.0` (Ubuntu), or similar instructions. Next, download and extract the corresponding OR-Tools binary distribution for the specific Linux version. Finally, validate the installation by running `make test` in the extracted directory.\n"]]