Commit bc5f317c authored by Stefan Westerfeld's avatar Stefan Westerfeld

DOCS: fix minor issue with windows videowmark.exe build instructions

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 6ce8acb3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment