Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
0fbfca5c
Unverified
Commit
0fbfca5c
authored
Apr 07, 2021
by
Mustafa Bal
Committed by
GitHub
Apr 07, 2021
Browse files
Add Windows build instructions to README (#1440)
parent
de786192
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
README.md
README.md
+9
-0
No files found.
README.md
View file @
0fbfca5c
...
@@ -93,6 +93,15 @@ BUILD_SOX=1 python setup.py install
...
@@ -93,6 +93,15 @@ BUILD_SOX=1 python setup.py install
# OSX
# OSX
BUILD_SOX
=
1
MACOSX_DEPLOYMENT_TARGET
=
10.9
CC
=
clang
CXX
=
clang++ python setup.py
install
BUILD_SOX
=
1
MACOSX_DEPLOYMENT_TARGET
=
10.9
CC
=
clang
CXX
=
clang++ python setup.py
install
# Windows
# We need to use the MSVC x64 toolset for compilation, with Visual Studio's vcvarsall.bat or directly with vcvars64.bat.
# These batch files are under Visual Studio's installation folder, under 'VC\Auxiliary\Build\'.
# More information available at:
# https://docs.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line?view=msvc-160#use-vcvarsallbat-to-set-a-64-bit-hosted-build-architecture
call
"C:
\P
rogram Files (x86)
\M
icrosoft Visual Studio
\2
019
\C
ommunity
\V
C
\A
uxiliary
\B
uild
\v
cvarsall.bat"
x64
&&
set
BUILD_SOX
=
0
&&
python setup.py
install
# or
call
"C:
\P
rogram Files (x86)
\M
icrosoft Visual Studio
\2
019
\C
ommunity
\V
C
\A
uxiliary
\B
uild
\v
cvars64.bat"
&&
set
BUILD_SOX
=
0
&&
python setup.py
install
```
```
This is known to work on linux and unix distributions such as Ubuntu and CentOS 7 and macOS.
This is known to work on linux and unix distributions such as Ubuntu and CentOS 7 and macOS.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment