From b5b50919ec0a3ab0f1fe05188ec2cdceeeee8491 Mon Sep 17 00:00:00 2001 From: Xerbo Date: Sat, 10 Oct 2020 18:25:05 +0100 Subject: [PATCH] Add .. to CMake in quick start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7da9aef..f1b6ce3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The input audio format can be anything supported by `libsndfile` (although only 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 +cmake -DCMAKE_BUILD_TYPE=Release .. make ```