From 2d2fab0761035fdecfd91929e2e470abe8d44e73 Mon Sep 17 00:00:00 2001 From: Zhaosheng Pan Date: Sat, 26 Sep 2020 17:59:50 +0800 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29dd58b..00560c5 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,22 @@ libwav is a simple and tiny C library for reading or writing PCM wave (.wav) files. -## Build +## Build and Install + +On Linux and macOS: mkdir build cd build cmake [-DCMAKE_BUILD_TYPE=] .. make + sudo make install + +On Windows: + + mkdir build + cd build + cmake .. + cmake --build . ## CMake Support