VimSpeak
VimSpeak copied to clipboard
Installation
Hi , I would like to use this on a daily basis can you please provide install instructions. I use a Mac at home. I use a Windows machine at work and connect to Linux. thank you
+1. This would be pretty cool to try out, but I'm not sure it would run on a Mac.
Here are my findings for Windows: https://github.com/AshleyF/VimSpeak/pull/8#issuecomment-713433118
I got pretty close to getting it to work on macOS Catalina. Here's what I've done so far:
-
homebrew install mono
-
homebrew install dotnet
-
dotnet run
It spits out the following error:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
I'm assuming because System.Speech doesn't work on mac, however, it looks like it's available in NuGet: https://www.nuget.org/packages/System.Speech
Haven't figured out how to get that to work though since I don't have much experience with F#.