How to install k1tbyte/Wand-Enhancer. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
k1tbyte/Wand-Enhancer Installation Guide
How to install k1tbyte/Wand-Enhancer. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for k1tbyte/Wand-Enhancer. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i k1tbyte/Wand-Enhanceror
Install via npx
npx @hexmos/ipm i k1tbyte/Wand-EnhancerPrerequisites
CMake
build_toolNode.js
runtimepnpm
package_managerVisual Studio 2022 or Build Tools
ideVersion: 2022
.NET Framework
runtimeVersion: 4.8
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Build executable from source (Recommended)
git clone https://github.com/k1tbyte/Wand-Enhancer.git
cd Wand-Enhancer
git checkout main
git pull
pnpm install -r
pnpm run build
pnpm run packageBuild executable using GitHub Actions
git clone https://github.com/k1tbyte/Wand-Enhancer.git
cd Wand-Enhancer
gh workflow run build.yml -rBuild from source (Windows)
git clone https://github.com/k1tbyte/Wand-Enhancer.git
cd Wand-Enhancer
build.cmd