Skip to content

Instantly share code, notes, and snippets.

@maphew
Last active February 1, 2023 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maphew/95fb9e986edfab887e4ff36547d5da59 to your computer and use it in GitHub Desktop.
Save maphew/95fb9e986edfab887e4ff36547d5da59 to your computer and use it in GitHub Desktop.
Recipe to install Stork Search on Windows

Install Stork-search on Windows

Assumes winget is installed and in PATH. If not go to MS Store and install 'App Installer'.

winget install Microsoft.VisualStudio.2022.BuildTools

Then Start >> Visual Studio installer >> and Select 'Desktop development with C++' kit (req. ~7 GB)

winget install rustup

After installing rustup invoke new command shell or add %USERPROfILE%\.cargo\bin to PATH.

cargo install stork-search --locked

stork --version

Recipe that worked for me on Windows 11 Pro, 2023-01-20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment