Installation
Step-by-step guide to install the C++ language module and set up the necessary environment to start using it.
The C++ Language Module can be installed in two ways: manually downloading the release or using the Plugify package manager. This guide explains both methods and provides step-by-step instructions.
Method 1: Manual Installation
Download the Release
- Go to the C++ Language Module repository.
- Navigate to the Releases section.
- Download the latest release package (e.g.,
plugify-module-cpp.zip
).
Extract the Package
- Extract the downloaded package to a temporary directory.
Place the Module in the Modules Folder
- Locate the
extensions
folder in your Plugify installation directory. - Copy the extracted module files into the
extensions
folder.
Verify Installation
- Start Plugify.
- The C++ Language Module should now be available for use.
Method 2: Installation via Package Manager
Configure Mamba
Before proceeding, make sure you have the Mamba package manager installed and understand the basics of creating and managing environments.
If you are new to Mamba, please read the Quickstart Guide in the official documentation.
Install the Module
- Run the following command in your terminal (replace
your_env_name
with the name of your environment):
Verify Installation
- Start Plugify.
- The C++ Language Module should now be installed and ready for use.
Folder Structure
After installation, the C++ Language Module should have the following folder structure:
- res/extensions/
- plugify-module-cpp/
- bin/
- plugify-module-cpp.dll
- libplugify-module-cpp.so
- plugify-module-cpp.pmodule
Explanation
res/extensions/plugify-module-cpp
: The root folder for the C++ Language Module.bin
: Contains the compiled module binaries (.dll
for Windows,.so
for Linux and.dylib
for macOS).plugify-module-cpp.pmodule
: The module manifest file that describes the module and its language.
Troubleshooting
Module Not Found
- Ensure the repository URL is correct and accessible.
Installation Fails
- Check your internet connection.
- Ensure you have the latest version of Plugify installed.