Installation
A comprehensive guide to installing the plugin, including system requirements and any dependencies.
The DynCall Plugin 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 DynCall Plugin repository.
- Navigate to the Releases section.
- Download the latest release package (e.g.,
dyncall.zip
).
Extract the Package
- Extract the downloaded package to a temporary directory.
Place the Plugin in the Plugins Folder
- Locate the
plugins
folder in your Plugify installation directory. - Copy the extracted plugin files into the
plugins
folder.
Verify Installation
- Start Plugify.
- The DynCall Plugin should now be available for use.
Method 2: Installation via Package Manager
Add the Repository (if needed)
If the DynCall Plugin is not found in the default package repository, you need to add the repository manually.
Option A: Add Repository via Command
- Run the following command in your terminal:
Option B: Add Repository via plugify.pconfig
- Open the
plugify.pconfig
file in your Plugify installation directory. - Add the following line under the
repositories
section:
Install the Plugin
- Run the following command in your terminal:
Verify Installation
- Start Plugify.
- The DynCall Plugin should now be installed and ready for use.
Folder Structure
After installation, the DynCall Plugin should have the following folder structure:
Explanation
res/plugins/dyncall
: The root folder for the DynCall Plugins.bin
: Contains the compiled plugin binaries (.dll
for Windows,.so
for Linux and.dylib
for macOS).dyncall.pplugin
: The plugin manifest file that describes the plugin and its exported functions.
Troubleshooting
Plugin Not Found
- Ensure the repository URL is correct and accessible.
- Verify that the repository has been added to
plugify.pconfig
or via theplg repo <url>
command.
Installation Fails
- Check your internet connection.
- Ensure you have the latest version of Plugify installed.