-
Notifications
You must be signed in to change notification settings - Fork 0
Installation and Packages
v2rayroot edited this page Jun 14, 2026
·
1 revision
| Platform | Package |
|---|---|
| Windows 64-bit | V2Root-Core-windows-amd64-<version>.zip |
| Windows 32-bit | V2Root-Core-windows-386-<version>.zip |
| Linux x86-64 | V2Root-Core-linux-amd64-<version>.zip |
| Linux ARM64 | V2Root-Core-linux-arm64-<version>.zip |
| Linux 32-bit x86 | V2Root-Core-linux-386-<version>.zip |
Each ZIP contains:
- Native
.dllor.so - Matching generated C header
-
SHA256SUMSfor both files
Run from the extracted package directory:
sha256sum -c SHA256SUMSDo not combine binaries and headers from different releases or architectures.
The host process architecture must match the DLL. Place the DLL beside the executable or load it by absolute path.
Prefer an application-private absolute path. Alternatively:
export LD_LIBRARY_PATH="/opt/v2root/lib:${LD_LIBRARY_PATH}"- Stop the active runtime.
- Unload the old library only after all native calls finish.
- Replace both binary and generated header/bindings.
- Verify checksums.
- Run application integration tests.
- Check
GetVersionInfoafter loading.