---
title: "Systeemvereisten"
---

Aspose.Words voor C++ vereist geen product van derden zoals Microsoft Word om geïnstalleerd te worden. Aspose.Words zelf is een engine voor het maken, wijzigen, converteren en renderen van documenten in verschillende formaten, waaronder Microsoft Word documentformaten.

## Ondersteunde Besturingssystemen

Aspose.Words voor C++ ondersteunt het volgende 64-bits of 32-bits besturingssysteem en platforms:

<table>
   <tr>
      <td style="font-weight: bold; width:400px">besturingssysteem</td>
      <td style="font-weight: bold; width:400px">Versie</td>
   </tr>
   <tr>
      <td>Microsoft Windows</td>
      <td>
         Windows 2008 Server (x64, x86)
         Windows 2012 Server (x64, x86)
         Windows 2012 R2 Server (x64, x86)
         Windows 2016 Server (x64, x86)
         Windows 2019 Server (x64, x86)
         Windows 2022 Server (x64, x86)
         Windows Vista (x64, x86)
         Windows 7 (x64, x86)
         Windows 8, 8.1 (x64, x86)
         Windows 10 (x64, x86)
      </td>
   </tr>
   <tr>
      <td>Linux</td>
      <td>
         Ubuntu
         Fedora
         OpenSUSE
         CentOS
         en anderen
      </td>
   </tr>
   <tr>
      <td>macOS</td>
      <td>
         macOS-x86_64: 12.0 of later
         macOS-arm64: 12.0 of later
      </td>
   </tr>
</table>

## Ontwikkelomgeving

U kunt Aspose.Words voor C++ gebruiken bij het ontwikkelen van toepassingen voor Windows, Linux of macOS.

### Windows

Aspose.Words voor C++ kan worden gebruikt om applicaties te ontwikkelen in elke ontwikkelomgeving die [Microsoft Visual Studio V143 Platform Toolset](https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017), maar de omgevingen in de volgende tabel worden expliciet ondersteund:

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

### Linux

Aspose.Words voor C++ kan worden gebruikt om een applicatie te ontwikkelen in de ontwikkelomgeving die ondersteuning biedt voor [C++14 taalstandaard](https://en.cppreference.com/w/cpp/14#Compiler_support), maar de volgende compilers worden expliciet ondersteund:

<table>
	<tr>
			<td style="font-weight: bold; width:800px">Compiler</td>
		</tr>
  <tr>
			<td>Clang 3.9.1 of hoger</td>
			</tr>
</table>

### Extra afhankelijkheid van Linux

Aspose.Words voor C++ op Linux hangt af van [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) binaire bestanden zowel dynamische bibliotheek als tool. Gelieve te installeren alvorens te gebruiken:

1. Fontconfig installeren op Ubuntu of Debian

`sudo apt install libfontconfig fontconfig`
2. Fontconfig installeren op Fedora of CentOs

   `sudo yum install fontconfig`

### macOS

Aspose.Words voor C++ kan worden gebruikt om applicaties te ontwikkelen in de volgende ontwikkelomgevingen:

<table>
	<tr>
			<td style="font-weight: bold; width:800px">Ontwikkelomgeving</td>
		</tr>
  <tr>
			<td>Xcode 12.5.1 of hogerClang en libc++ (die standaard worden geleverd met Xcode)</td>
			</tr>
</table>

### Extra afhankelijkheid van macOS

Aspose.Words voor C++ op macOS hangt af van [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) binaire bestanden zowel dynamische bibliotheek als tool. Gelieve te installeren alvorens te gebruiken:

Fontconfig installeren op macOS met [homebrew](https://brew.sh)

`brew install fontconfig`
