intel / intel/openvino-plugins-ai-audacity
Windows build guide broken
Open
Beginner friendly
- Dominant language
- C++
- Stars
- 2.1k
- Forks
- 135
- Avg merge
- 7d 3h
- Merged PRs (30d)
- 1
Description
(Windows 10)
On this line:
`cmake ..\audacity -A x64 -DAUDACITY_BUILD_LEVEL=2`
It should be a forward slash like this:
`cmake ../audacity -A x64 -DAUDACITY_BUILD_LEVEL=2`
And fails to install python unless the CMake version is 3.29 or older because they removed backwards compatibility from newer versions of CMake.
Other than that, works fine.
Contributor guide
Research direction
Locate the Windows build guide and review the documented CMake command and Python installation instructions. Verify the forward-slash path and the stated CMake version requirement, then confirm the guide reflects a working Windows 10 setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, python
- Domain
- build-system, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 74/100