diff options
author | Marc <foxtrot@malloc.me> | 2022-01-29 00:04:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 00:04:51 +0000 |
commit | 631f49ea08a48dd20fee1059bb923698fa238cf1 (patch) | |
tree | 3068d6db9a98a64ba7c7cf74108301bd24f785ca /README.md | |
parent | 9ba28270d5f56b1d7ad766a0f9fe3a217aa20963 (diff) | |
download | libwifi-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.md | 4 |
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 | ||
35 | libwifi version: dev-fixup-7909700 | ||
36 | ``` | ||
33 | 37 | ||
34 | ## Examples | 38 | ## Examples |
35 | Some 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. | 39 | Some 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. |