Skip to content

Commit

Permalink
Add submodule init step to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Minter committed Jul 22, 2020
1 parent acb7f4b commit 5f7ee7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Thus, this program _does_ use JPEG (specifically `libjpeg-turbo`) for encoding f
## Building
This project needs `cmake`, `make` and `nasm` (used by x264) for compiling. All dependencies (other than X11 development files) are built as part of the binary and statically linked in. Don't @ me it makes distribution easier.
```
$ git submodule update --init
$ cmake -B bin
$ make -C bin
$ sudo make -C bin install
Expand Down

0 comments on commit 5f7ee7e

Please sign in to comment.