---
title: "システム要件"
---

C++の場合Aspose.Words Microsoft Wordなどのサードパーティ製品をインストールする必要はありません。 Aspose.Words自体は、Microsoft Wordドキュメント形式を含むさまざまな形式のドキュメントを作成、変更、変換、およびレンダリングするためのエンジンです。

## サポートされているオペレーティングシステム

C++の場合Aspose.Words 次の64ビットまたは32ビットのオペレーティングシステムとプラットフォームをサポートします:

<table>
   <tr>
      <td style="font-weight: bold; width:400px">オペレーティングシステム</td>
      <td style="font-weight: bold; width:400px">バージョン</td>
   </tr>
   <tr>
      <td>Microsoft Windows</td>
      <td>
         Windows2008サーバー(x64,x86)
         Windows2012サーバー(x64,x86)
         Windows2012R2サーバー(x64,x86)
         Windows2016サーバー(x64,x86)
         Windows2019サーバー（x64、x86）
         Windows2022サーバー(x64、x86)
         Windows Vista(x64,x86)
         Windows7(x64,x86)
         Windows 8, 8.1 (x64,x86)
         Windows10(x64,x86)
      </td>
   </tr>
   <tr>
      <td>Linux</td>
      <td>
         Ubuntu
         Fedora
         OpenSUSE
         CentOS
         その他
      </td>
   </tr>
   <tr>
      <td>macOS</td>
      <td>
         macOS-x86_64:12.0以降
         macOS-arm64:12.0以降
      </td>
   </tr>
</table>

## 開発環境

あなたが使用することができます C++の場合Aspose.Words Windows、Linux、またはmacOS用のアプリケーションを開発する場合。

### Windows

C++の場合Aspose.Words をサポートする任意の開発環境でアプリケーションを開発するために使用できます [MicrosoftVisual Studiov143プラットフォームツールセット](https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017) ただし、次の表に示す環境は明示的にサポートされています:

<table>
	<tr>
			<td style="font-weight: bold; width:800px">開発環境</td>
		</tr>
  <tr>
			<td>Microsoft Visual Studio 2022</td>
			</tr>
</table>

### Linux

C++の場合Aspose.Words サポートする開発環境の適用を開発するのに使用することができます [C++14言語標準](https://en.cppreference.com/w/cpp/14#Compiler_support) ただし、次のコンパイラは明示的にサポートされています:

<table>
	<tr>
			<td style="font-weight: bold; width:800px">コンパイラ</td>
		</tr>
  <tr>
			<td>Clang3.9.1以降</td>
			</tr>
</table>

### Linuxに対する追加の依存関係

C++の場合Aspose.Words に依存するLinuxには、次のものがあります [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) 動的ライブラリとツールの両方のバイナリ。 をインストールしてくださいそれを使用する前に:

1. UbuntuまたはDebianにfontconfigをインストールする

`sudo apt install libfontconfig fontconfig`
2. FedoraまたはCentOsにfontconfigをインストールする

`sudo yum install fontconfig`

### macOS

C++の場合Aspose.Words 以下の開発環境でアプリケーションを開発するために使用できます:

<table>
	<tr>
			<td style="font-weight: bold; width:800px">開発環境</td>
		</tr>
  <tr>
			<td>Xcode12.5.1以降Clangとlibc++（デフォルトではXcodeに同梱されています）</td>
			</tr>
</table>

### MacOSへの追加の依存関係

C++の場合Aspose.Words macOSでは、以下に依存します [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) 動的ライブラリとツールの両方のバイナリ。 をインストールしてくださいそれを使用する前に:

MacOSにfontconfigをインストールする [homebrew](https://brew.sh)

`brew install fontconfig`
