intel / intel/openvino-plugins-ai-audacity

Windows build guide broken

Open Beginner friendly
#489 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.