System Requirements
Aspose.Words for C++ does not require any third party product such as Microsoft Word to be installed. Aspose.Words itself is an engine for creating, modifying, converting, and rendering of documents in various formats, including Microsoft Word document formats.
Supported Operating Systems
Aspose.Words for C++ supports the following 64-bit or 32-bit operating system and platforms:
Operating System | Versions |
Microsoft Windows |
|
Linux |
|
macOS |
|
Development Environment
You can use Aspose.Words for C++ when developing applications for Windows, Linux or macOS.
Windows
Aspose.Words for C++ can be used to develop applications in any development environment which supports Microsoft Visual Studio v143 Platform Toolset, but the environments listed in the following table are explicitly supported:
Development environments |
|
Linux
Aspose.Words for C++ can be used to develop application in the development environment which support C++14 language standard, but the following compilers are explicitly supported:
Compilers |
|
Additional Dependency on Linux
Aspose.Words for C++ on Linux depends on fontconfig binaries both dynamic library and tool. Please install it before using:
- Installing fontconfig on Ubuntu or Debian
sudo apt install libfontconfig fontconfig
- Installing fontconfig on Fedora or CentOs
sudo yum install fontconfig
macOS
Aspose.Words for C++ can be used to develop application in the following development environments:
Development environments |
|
Additional Dependency on macOS
Aspose.Words for C++ on macOS depends on fontconfig binaries both dynamic library and tool. Please install it before using:
Installing fontconfig on macOS with homebrew
brew install fontconfig