Installation
CppModel is a hybrid cloud service that includes client-side libraries. These libraries enable seamless communication between user software and the cloud, focusing on simulation execution. Importantly, no user code is submitted to the cloud; all code and its execution remain on the client machine.
CppModel is available as installation packages for Windows and Debian, as well as archives. This guide outlines the installation steps using package managers. For archived versions, installation paths and configurations are left to the user's discretion.
Linux
Installation from Archive
- Log in to CppModel Workspace.
- Navigate to the
Download
menu and selectLinux (.tar.gz)
. - Extract the archive to a convenient location, such as your project directory.
- Configure your project to include the extracted files by setting the appropriate include and linker paths.
Note: Ensure that OpenSSL development libraries are installed on your system.
Installation from Debian Package
- Download the latest
.deb
release from CppModel Workspace. - Open a terminal and navigate to the directory containing the downloaded
.deb
file. - Run the following command, replacing
cppmodel_x.x.x_arch.deb
with the actual filename:sudo apt install -f ./cppmodel_x.x.x_arch.deb
- After installation, run the following command to update the library cache:
sudo ldconfig
Note: Ensure that OpenSSL development libraries are installed on your system.
Windows
Installation for Visual Studio
- Log in to CppModel Workspace.
- Navigate to the
Download
menu and selectWindows Visual Studio (.zip)
. - Extract the archive to a convenient location, such as your project directory.
- Configure your project to include the extracted files by setting the appropriate include and linker paths.
Note: Ensure that OpenSSL development libraries are installed on your system.
Installation for MSYS2 UCRT
- Log in to CppModel Workspace.
- Navigate to the
Download
menu and selectWindows MSYS2 UCRT64 (.zip)
. - Extract the archive to a convenient location, such as your project directory.
- Configure your project to include the extracted files by setting the appropriate include and linker paths.
Note: Ensure that OpenSSL development libraries are installed on your system.