Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexgolshtein authored Jul 17, 2020
1 parent eb8eb41 commit 6babe86
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ cd build
cmake ..
```

~~cmake -G "Visual Studio 15 2017 Win64" ..~~
cmake -G "Visual Studio 16 2019" -A x64 ..

If using vs2015 instead of vs2017 for building, replace the `cmake -G "Visual Studio 15 2017 Win64" ..` with `cmake -G "Visual Studio 14 2015 Win64" ..` or `cmake -G "Visual Studio 16 2019" ..`.
If using vs2015 instead of vs2017 for building, replace the `cmake -G "Visual Studio 15 2017 Win64" ..` with `cmake -G "Visual Studio 14 2015 Win64" ..` or `cmake -G "Visual Studio 16 2019" -A x64 ..`.

For VS2019 also works good simple: `cmake ..`.

Open the `warp-ctc/build/ctc_release.sln` with vs2017, and build the project `ALL_BUILD` (Release x64). Then install the bindings:
Open the `warp-ctc/build/ctc_release.sln` with vs2019, and build the project `ALL_BUILD` (Release x64). Then install the bindings:

```cmd
cd ../pytorch_binding
Expand Down

0 comments on commit 6babe86

Please sign in to comment.