Skip to content

Commit

Permalink
Merge pull request #2 from rodjjo/development
Browse files Browse the repository at this point in the history
Update readme file
  • Loading branch information
rodjjo authored Aug 11, 2018
2 parents fa98c3b + 0702aef commit feff8a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ make coverage
firefox coverage/index.html
```

Windows building

```
# It's necessary mingw
# The project was successfully compiled with: gcc.exe (i686-posix-dwarf-rev2, Built by MinGW-W64 project) 6.3.0
cmake -G 'MinGW Makefiles' .
mingw32-make
```

You can download ffmpeg libraries from
`https://ffmpeg.zeranoe.com/builds/`

Help scripts

```
Expand Down

0 comments on commit feff8a5

Please sign in to comment.