-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Sulkysubject37 edited this page Feb 10, 2026
·
1 revision
VECTORIA is distributed as a Python package, a Swift package, and prebuilt shared libraries.
The easiest way to install VECTORIA is via pip:
pip install vectoriaThis installs the vectoria core and the vectoria-trace command-line utility.
Add the following to your Package.swift file:
dependencies: [
.package(url: "https://github.com/Sulkysubject37/VECTORIA.git", from: "1.3.1")
]To build from source for a specific architecture:
g++ -std=c++17 -shared -fPIC -Icore/include
core/src/*.cpp core/src/kernels/*.cpp core/src/graph/*.cpp core/src/lowering/*.cpp
-o libvectoria.dylib