about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorMarc <foxtrot@malloc.me>2022-01-29 00:04:51 +0000
committerGitHub <noreply@github.com>2022-01-29 00:04:51 +0000
commit631f49ea08a48dd20fee1059bb923698fa238cf1 (patch)
tree3068d6db9a98a64ba7c7cf74108301bd24f785ca /README.md
parent9ba28270d5f56b1d7ad766a0f9fe3a217aa20963 (diff)
downloadlibwifi-631f49ea08a48dd20fee1059bb923698fa238cf1.tar.gz
libwifi-631f49ea08a48dd20fee1059bb923698fa238cf1.tar.bz2
libwifi-631f49ea08a48dd20fee1059bb923698fa238cf1.zip
misc: Show version output for debug builds.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index 3b22eee..46e4b00 100644 --- a/README.md +++ b/README.md
@@ -30,6 +30,10 @@ $ cmake .. -DCMAKE_BUILD_TYPE=Debug
30$ make 30$ make
31$ sudo make install 31$ sudo make install
32``` 32```
33```
34$ ./test_misc
35libwifi version: dev-fixup-7909700
36```
33 37
34## Examples 38## Examples
35Some examples are available in the `examples/` directory, which show the general flow of how libwifi is used to generate and parse different types of 802.11 frame. 39Some examples are available in the `examples/` directory, which show the general flow of how libwifi is used to generate and parse different types of 802.11 frame.