تثبيت OR-أدوات لـ C++ من النظام الثنائي على Windows
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
مُقدّمة
يشرح هذا الدليل كيفية تثبيت أدوات OR لـ C++ على Windows.
وعلى الرغم من أن هذه الإرشادات قد تنطبق أيضًا على أنواع Windows الأخرى، إلا أننا
قد اختبروها فقط على أجهزة تفي بالمتطلبات التالية:
نظام التشغيل Windows 10 64 بت (x86_64) مع:
Microsoft Visual Studio Enterprise لعام 2022
معاينة 2 أو الإصدارات الأحدث لمنتدى Microsoft Visual Studio لعام 2022
المتطلبات الأساسية
توضح الأقسام التالية المتطلبات الأساسية لتثبيت أدوات OR.
استوديو بصري
لإنشاء أدوات OR وتشغيلها على نظام التشغيل Windows، يجب أن يكون لديك Visual Studio 2022 أو
مثبتة لاحقًا على جهاز الكمبيوتر باستخدام مجموعة أدوات C++ لـ Visual Studio.
تاريخ التعديل الأخير: 2024-08-22 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-22 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This guide provides instructions for installing OR-Tools for C++ on Windows 10 64-bit systems using Microsoft Visual Studio 2022."],["Before installing, ensure you have Visual Studio 2022 or later with the C++ toolset and access to a x64 Native Tools Command Prompt."],["Download and extract the OR-Tools binary distribution for Visual Studio 2022 from the provided link."],["Validate your installation by running the `make test` command in the extracted directory, which executes example OR-Tools programs."]]],["OR-Tools for C++ on Windows requires a 64-bit Windows 10 system with Visual Studio 2022 (Enterprise or Community Preview 2+). Installation involves downloading and extracting the x64 binary distribution from the provided link. To build from the command line, you **must** use the x64 Native Tools Command Prompt. Validate the installation by opening this prompt, navigating to the extracted directory, and running `make test`. Successful test results confirm readiness to use OR-Tools.\n"]]