From 94f3bdbc247311537b061a5343b10ca49f1032fe Mon Sep 17 00:00:00 2001 From: Xerbo Date: Sat, 10 Oct 2020 18:08:44 +0100 Subject: [PATCH] Add CMake into the apt install command in quick start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd763d1..7da9aef 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The input audio format can be anything supported by `libsndfile` (although only ## Quick start ```sh -sudo apt install git gcc libsndfile-dev libpng-dev +sudo apt install cmake git gcc libsndfile-dev libpng-dev git clone https://github.com/Xerbo/aptdec.git && cd aptdec mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Release