Before you begin, ensure you have the following software installed on your system:
Install Visual Studio 2022. To add the necessary Arm64 components, import the components.vsconfig
configuration into the Visual Studio installer.
Download and install Rust from the official Rust website: https://www.rust-lang.org/tools/install
To build the plugin, execute the following command in your power shell with Admin rights.
.\build_plugin.ps1
This command will compile the C++ project, build the Rust Tokenizer library. Upon successful completion, the plugin will be located in the .\build\plugin-release\sd-snapdragon
directory.