Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brglng committed Sep 26, 2020
1 parent 4117631 commit 2d2fab0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<Debug|Release|RelWithDebInfo>] ..
make
sudo make install

On Windows:

mkdir build
cd build
cmake ..
cmake --build .

## CMake Support

Expand Down

0 comments on commit 2d2fab0

Please # to comment.