---
title: "系统要求"
---

Aspose.Words为C++ 不需要安装任何第三方产品，如Microsoft Word。 Aspose.Words本身是一个引擎，用于创建，修改，转换和呈现各种格式的文档，包括Microsoft Word文档格式。

## 支持的操作系统

Aspose.Words为C++ 支持以下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>

## 发展环境

您可以使用 Aspose.Words为C++ 为Windows、Linux或macOS开发应用程序时。

### Windows

Aspose.Words为C++ 可用于在任何支持的开发环境中开发应用程序 [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

Aspose.Words为C++ 可用于在支持的开发环境中开发应用程序 [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的附加依赖

Aspose.Words为C++ 在Linux取决于 [字体/字体](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的

Aspose.Words为C++ 可用于在以下开发环境中开发应用程序:

<table>
	<tr>
			<td style="font-weight: bold; width:800px">开发环境</td>
		</tr>
  <tr>
			<td>Xcode12.5.1或更高版本Clang和libc++（默认情况下与Xcode一起提供）</td>
			</tr>
</table>

### 对macOS的附加依赖

Aspose.Words为C++ 在macOS上取决于 [字体/字体](https://www.freedesktop.org/wiki/Software/fontconfig/) 动态库和工具的二进制文件。 使用前请先安装:

在macOS上安装fontconfig [homebrew](https://brew.sh)

`brew install fontconfig`
