KunalBagaria / rustyvibes

A Rust CLI that makes mechanical keyboard sound effects on every key press
https://github.com/kunalbagaria/rustyvibes
MIT License
208 stars 26 forks source link

Failed to install rustyvibes #27

Closed XCarCedo closed 1 year ago

XCarCedo commented 1 year ago

Hi, i just tried installing rustyvibes using cargo install rustyibes on windows and got tons of errors The issue seems like to be coming from link.exe returning the error code of 1181 pastebin

XCarCedo commented 1 year ago

So, i managed to fix the issue seems like the problem was that rust msvc compiler required at least visual studio 2013 (visual studio is required for c++ build tools and windows 10 sdk though i'm not sure 2013 will work or not) and i had visual studio 2012, i tried to switch to gnu compiler but there was also compiling problems so i just uninstalled visual studio 2012 and installed 2022 with CMake, build tools, win10 sdk and switched back to the msvc compiler, rustyvibes seems to work just fine now

KunalBagaria commented 1 year ago

glad to hear, I'm actually not maintaining this project anymore, so appreciate you posting your fix here :)