10000 added cmake to README · bmegli/wifi-scan@9987177 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
added cmake to README
Browse files Browse the repository at this point in the history
  • Loading branch information
fzirker committed Dec 12, 2018
1 parent 7474b91 commit 9987177
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ cd wifi-scan
make all
```

### Or build with cmake

``` bash
cd wifi-scan
mkdir build
cd build
cmake ..
make
```

## Testing

Check your wireless interface name with `ifconfig`:
Expand Down

0 comments on commit 9987177

Please sign in to comment.
0