dr-bonez / tor-v3-vanity

A TOR v3 vanity url generator designed to run on an NVIDIA GPU.
https://crates.io/crates/tor-v3-vanity
MIT License
140 stars 24 forks source link

LLVM libs not found despite them being present #12

Open Hexalyse opened 2 years ago

Hexalyse commented 2 years ago

Hello,

I am trying to install tor-v3-vanity on Windows. Once Visual Studio build tools installed, everything went fine, until the last step : cargo +nightly install --path .

Here, I get an error saying that [PTX] = note: Unable to find LLVM shared lib in possible locations: then listing a tons of folders. I then installed LLVM, and now the LLVM lib files are present in C:\Program Files\LLVM\lib which is one of the folders listed.

What am I missing here ?