Skip to content

Commit

Permalink
DOCS: fix minor issue with windows videowmark.exe build instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Mar 1, 2024
1 parent 6ce8acb commit bc5f317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/win-x64-build-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The last part to do is to build the videowmark.exe.
The file "C:\audiowmark-0.6.2\src\videowmark" is a linux bash script and can not executed on windows.
So I ported it to C++.
To keep it simple, I made only this single CPP file without a header file.
- Copy the file "C:\audiowmark-0.6.2\docs\videowmark-win.cc" to "C:\audiowmark-0.6.2\src\"
- Copy the file "C:\audiowmark-0.6.2\docs\videowmark-win.cc" to "C:\audiowmark-0.6.2\src\videowmark.cc"
- Open Cygwin and and go to the directory "/cygdrive/c/audiowmark-0.6.2/src/"
- Type in :
g++ -o videowmark.exe videowmark.cc
Expand Down

0 comments on commit bc5f317

Please sign in to comment.