RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
Docs: mention Microsoft C++ Build Tools
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
On Windows, it's necessary to install Microsoft C++ Build Tools:
- https://visualstudio.microsoft.com/visual-cpp-build-tools/
- Click "Download Build Tools" button
- During installation, under "Workloads" (or "Individual components"), select "C++ build tools" and ensure the latest versions of "MSVCv142 - VS 2019 C++ x64/x86 build tools" and "Windows 10 SDK" are selected. (as per @mrhelixx)
This should be mentioned either in the README before the instructions to run pip install -r requirements.txt (so before line 78), or in the FAQ.
Happy to open a PR.
There are a number of issues related to this:
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/issues?q=is%3Aissue+Microsoft+C%2B%2B+Build+Tools
(not all of these of course, but quite a few)
#193
#499
#523
#1103
#1608
#1857
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Update docs/en/README.en.md before the pip install -r requirements.txt instructions, or docs/en/faq_en.md. Start by reviewing the existing Windows setup steps and the linked Microsoft C++ Build Tools page; done means the C++ build tools, MSVC and Windows 10 SDK requirements are clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100