Skip to content

Commit

Permalink
squash of - 366870749 lyra_codec/README: add note about apt update
Browse files Browse the repository at this point in the history
…by mchinen <mchinen@google.com>

PiperOrigin-RevId: 366870749
Change-Id: I06fbfde4ce99f3e46d0c81af7aca194b552eff75
  • Loading branch information
Googler authored and copybara-github committed Apr 5, 2021
1 parent b111b42 commit 9358429
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ target. The android target is optimized for realtime performance. The linux
target is typically used for development and debugging.

You will also need to install some tools (which may already be on your system).
You can install them with `sudo apt install ninja-build git cmake clang python`.
You can install them with:

```shell
sudo apt update
sudo apt install ninja-build git cmake clang python
```

### Linux requirements

Expand Down

0 comments on commit 9358429

Please sign in to comment.