ver,virtualboxvm,vol,vswhere,w32tm: add Korean translation (#14100)

* ver,virtualboxvm,vol,vswhere,w32tm:add Korean translation

* virtualboxvm: fix typo
This commit is contained in:
Chooooo
2024-10-10 22:56:23 +09:00
committed by GitHub
parent 5e9c1a3bbc
commit 4f9e8cb579
5 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# vswhere
> Visual Studio 2017 및 더 최신 설치를 찾습니다.
> 더 많은 정보: <https://github.com/microsoft/vswhere>.
- vcvarsall.bat의 경로를 찾아 환경 변수를 설정:
`vswhere -products * -latest -prerelease -find **\VC\Auxiliary\Build\vcvarsall.bat`
- x64 MSVC 컴파일러 (cl.exe 등)의 디렉토리 찾기:
`vswhere -products * -latest -prerelease -find **\Hostx64\x64\*`
- Visual Studio에 포함된 Clang (clang-cl, clang-tidy 등)의 디렉토리 찾기:
`vswhere -products * -latest -prerelease -find **\Llvm\bin\*`
- `MSBuild.exe`의 경로 찾기:
`vswhere -products * -latest -prerelease -find MSBuild\**\Bin\MSBuild.exe`