docs: add some more platform support details to the readme
This commit is contained in:
parent
a951162c52
commit
a2523a5b53
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -35,12 +35,21 @@ It simply keeps watch.
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Recursive directory tree tracking
|
- Recursive directory tree tracking
|
||||||
- Deterministic multi-platform support (Linux, FreeBSD, MacOS, Windows)
|
- Deterministic multi-platform support (Linux, macOS, FreeBSD, OpenBSD, NetBSD, DragonFly BSD, Windows)
|
||||||
- Lightweight and fast
|
- Lightweight and fast
|
||||||
- Embeddable Zig module API
|
- Embeddable Zig module API
|
||||||
- Standalone CLI executable
|
- Standalone CLI executable
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
### Platform backends
|
||||||
|
|
||||||
|
| Platform | Backend | Notes |
|
||||||
|
| --------------------------------------- | ------------------------------------------------------ | ------------------------------------------------------------------ |
|
||||||
|
| Linux | inotify | Threaded mode (default) or poll mode (`-Dlinux_read_thread=false`) |
|
||||||
|
| macOS | kqueue (default) or FSEvents (`-Dmacos_fsevents=true`) | FSEvents requires Xcode frameworks |
|
||||||
|
| FreeBSD, OpenBSD, NetBSD, DragonFly BSD | kqueue | |
|
||||||
|
| Windows | ReadDirectoryChangesW | |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue