Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson authored Jan 9, 2024
1 parent 1a37d0d commit a442ccf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Simple cross-platform C++ IPC library

## Build

This project is built using Meson: https://mesonbuild.com/Getting-meson.html
To use this library in your own projects, all you need are the files under `src/` - No third-party dependancies required.

If you'd like to build this project, you'll need Meson installed: https://mesonbuild.com/Getting-meson.html

```
meson setup builddir --buildtype=debug
Expand Down

0 comments on commit a442ccf

Please sign in to comment.