Skip to content

Commit

Permalink
README: always build in a separate directory
Browse files Browse the repository at this point in the history
This is cleaner than having a lot of dirty files in the source tree.
  • Loading branch information
robUx4 committed Oct 22, 2022
1 parent e56780f commit 89cd78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ libEBML2, libMatroska2, mkvalidator, mkclean and the specifications

1/ Generate the makefiles with cmake

> cmake
> cmake -S . -B build
2/ build mkvalidator/mcklean and everything else

> cmake --build
> cmake --build build

## Code of conduct
Expand Down

0 comments on commit 89cd78c

Please sign in to comment.